diff --git a/websocket-sharp/Server/WebSocketSessionManager.cs b/websocket-sharp/Server/WebSocketSessionManager.cs
index 91cb7d72..fbf3007d 100644
--- a/websocket-sharp/Server/WebSocketSessionManager.cs
+++ b/websocket-sharp/Server/WebSocketSessionManager.cs
@@ -557,13 +557,13 @@ namespace WebSocketSharp.Server
}
///
- /// Sends to every client in the WebSocket service.
+ /// Sends the specified data to every client in the WebSocket service.
///
///
- /// A that represents the text data to send.
+ /// A that specifies the text data to send.
///
///
- /// The current state of the manager is not Start.
+ /// The current state of the service is not Start.
///
///
/// is .