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) {