diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index a169f02d..9af6c6e3 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -508,7 +508,7 @@ namespace WebSocketSharp.Net /// header. /// /// - /// if the User-Agent header is not present. + /// if the header is not present. /// /// public string UserAgent { @@ -541,7 +541,7 @@ namespace WebSocketSharp.Net /// It includes the port number if provided. /// /// - /// if the Host header is not present. + /// if the header is not present. /// /// public string UserHostName {