diff --git a/websocket-sharp/Server/WebSocketSessionManager.cs b/websocket-sharp/Server/WebSocketSessionManager.cs
index 03233009..a1145bb6 100644
--- a/websocket-sharp/Server/WebSocketSessionManager.cs
+++ b/websocket-sharp/Server/WebSocketSessionManager.cs
@@ -450,8 +450,7 @@ namespace WebSocketSharp.Server
}
///
- /// Sends the specified to every client in
- /// the WebSocket service.
+ /// Sends to every client in the WebSocket service.
///
///
/// A that represents the text data to send.