From 67120df0e57245a0c9f0ee7a420dee438c2f3014 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 19 May 2018 20:28:31 +0900 Subject: [PATCH] [Modify] Edit 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 7effc885..6177b29d 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -3351,7 +3351,7 @@ namespace WebSocketSharp } /// - /// Sends using the WebSocket connection. + /// Sends the specified data using the WebSocket connection. /// /// /// An array of that represents the binary data to send.