diff --git a/websocket-sharp/Server/WebSocketSessionManager.cs b/websocket-sharp/Server/WebSocketSessionManager.cs
index 27f91505..40053dc1 100644
--- a/websocket-sharp/Server/WebSocketSessionManager.cs
+++ b/websocket-sharp/Server/WebSocketSessionManager.cs
@@ -597,20 +597,22 @@ namespace WebSocketSharp.Server
}
///
- /// Sends the data from to every client in
+ /// Sends the data from the specified stream instance to every client in
/// the WebSocket service.
///
- ///
- /// 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.
///
///
- /// The current state of the manager is not Start.
+ /// The current state of the service is not Start.
///
///
/// is .