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.