From 0766ecb674b62a4420982b2f2d79ced6c7a612b0 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 31 May 2018 19:19:04 +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 c9d11057..e9bc8bf0 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -3647,8 +3647,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.