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.