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