From f892fecb9aafc9e8caf1e90b33eb1ac1e1c031ad Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 22 Mar 2016 15:38:54 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/WebSocket.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 731f9ff8..28c42c14 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2808,8 +2808,8 @@ namespace WebSocketSharp /// used to authenticate. /// /// - /// true if the sends the Basic authentication credentials - /// with the first connection request to the server; otherwise, false. + /// true if the sends the Basic authentication credentials with + /// the first handshake request to the server; otherwise, false. /// public void SetCredentials (string username, string password, bool preAuth) {