From 1d833e2965ab5bd7da67b8b0268b8f0c56820d22 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 2 Mar 2016 15:26:18 +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 4f343bc9..1ea9c739 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2101,7 +2101,7 @@ namespace WebSocketSharp } /// - /// Accepts the WebSocket connection request asynchronously. + /// Accepts the WebSocket handshake request asynchronously. /// /// ///