diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index 7effc885..6177b29d 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -3351,7 +3351,7 @@ namespace WebSocketSharp
}
///
- /// Sends using the WebSocket connection.
+ /// Sends the specified data using the WebSocket connection.
///
///
/// An array of that represents the binary data to send.