diff --git a/websocket-sharp/Server/WebSocketSessionManager.cs b/websocket-sharp/Server/WebSocketSessionManager.cs
index 52060f19..f0fe6e63 100644
--- a/websocket-sharp/Server/WebSocketSessionManager.cs
+++ b/websocket-sharp/Server/WebSocketSessionManager.cs
@@ -1443,25 +1443,25 @@ namespace WebSocketSharp.Server
}
///
- /// Sends the data from asynchronously to
+ /// Sends the data from the specified stream instance asynchronously to
/// the client using the specified session.
///
///
+ /// 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.
///
///
- /// A that represents the ID of the session.
+ /// A that specifies the ID of the session.
///
///
///