From 7987622cc011d7cb891bf232f4b0a88d1275bf5f Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 20 Mar 2016 19:33:37 +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 1befcfa0..5ff73803 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2768,7 +2768,7 @@ namespace WebSocketSharp /// /// Sets an HTTP to send with - /// the WebSocket connection request to the server. + /// the WebSocket handshake request to the server. /// /// /// A that represents the cookie to send.