From 874fb7cf86c38bd4ca7d963330b3d13ac50a23ba Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 30 May 2018 19:18:58 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 3c887dec..adeccb16 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -3538,8 +3538,7 @@ namespace WebSocketSharp } /// - /// Sends asynchronously using the WebSocket - /// connection. + /// Sends the specified data asynchronously using the WebSocket connection. /// /// /// This method does not wait for the send to be complete.