From 94fdbc479af81398a9460596a98d1efeb127594e Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 19 Aug 2016 18:11:13 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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,