From 11b49fc673978cf5fe49d71e2bd7fcbbe8062173 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 20 May 2018 19:39:49 +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 d7ade7ae..3c887dec 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -3428,7 +3428,7 @@ namespace WebSocketSharp } /// - /// Sends using the WebSocket connection. + /// Sends the specified data using the WebSocket connection. /// /// /// A that represents the text data to send.