diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index c5991f53..6c4cb513 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2916,13 +2916,14 @@ namespace WebSocketSharp } /// - /// Sets an HTTP proxy server URL to connect through, and if necessary, + /// Sets the HTTP proxy server URL to connect through, and if necessary, /// a pair of and for /// the proxy server authentication (Basic/Digest). /// /// /// - /// A that represents the proxy server URL to connect through. + /// A that represents the HTTP proxy server URL to + /// connect through. /// /// /// If is or empty,