From 59f93c7134b1975360b7c09597619c2b4a032573 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 13 Aug 2017 15:43:48 +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 8e2fab93..83cfbf48 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -3142,7 +3142,7 @@ namespace WebSocketSharp } /// - /// Sends the specified using the WebSocket connection. + /// Sends using the WebSocket connection. /// /// /// A that represents the text data to send.