diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index e9bc8bf0..c5f896a2 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -3697,19 +3697,19 @@ namespace WebSocketSharp
}
///
- /// Sends the data from asynchronously using
+ /// Sends the data from the specified stream asynchronously using
/// the WebSocket connection.
///
///
+ /// This method does not wait for the send to be complete.
+ ///
+ ///
+ ///
+ /// A instance from which to read the data to send.
+ ///
///
/// The data is sent as the binary data.
///
- ///
- /// This method does not wait for the send to be complete.
- ///
- ///
- ///
- /// A instance from which to read the data to send.
///
///
/// An that specifies the number of bytes to send.