diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index 3c887dec..adeccb16 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -3538,8 +3538,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.