diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index c5f896a2..e9977667 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -3462,14 +3462,15 @@ namespace WebSocketSharp
}
///
- /// Sends the data from using the WebSocket
- /// connection.
+ /// Sends the data from the specified stream using the WebSocket connection.
///
- ///
- /// The data is sent as the binary data.
- ///
///
- /// A instance from which to read the data to send.
+ ///
+ /// A instance from which to read the data to send.
+ ///
+ ///
+ /// The data is sent as the binary data.
+ ///
///
///
/// An that specifies the number of bytes to send.