From e73c4770765e0adcf496db643ac4577bf1d220fc Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 2 Mar 2016 15:24:22 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/WebSocket.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index eb716bdc..4f343bc9 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2081,7 +2081,7 @@ namespace WebSocketSharp #region Public Methods /// - /// Accepts the WebSocket connection request. + /// Accepts the WebSocket handshake request. /// /// /// This method isn't available in a client.