diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index 6a5c5ceb..91845b3b 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -3183,15 +3183,17 @@ namespace WebSocketSharp
}
///
- /// Sends the specified of data from
- /// the specified using the WebSocket
+ /// Sends the data from using the WebSocket
/// connection.
///
+ ///
+ /// The data is sent as the binary data.
+ ///
///
- /// A from which reads the binary data to send.
+ /// A instance from which to read the data to send.
///
///
- /// An that specifies the number of bytes to read and send.
+ /// An that specifies the number of bytes to send.
///
///
/// The current state of the connection is not Open.