diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index b614be99..eafc54cd 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2128,8 +2128,9 @@ namespace WebSocketSharp /// used to authenticate. /// /// - /// true if the sends a Basic authentication - /// credentials with the first connection request; otherwise, false. + /// true if the sends the Basic authentication + /// credentials with the first connection request to the server; otherwise, + /// false. /// public void SetCredentials (string username, string password, bool preAuth) {