diff --git a/websocket-sharp/Server/WebSocketSessionManager.cs b/websocket-sharp/Server/WebSocketSessionManager.cs
index 8ca0b444..3ed0a01a 100644
--- a/websocket-sharp/Server/WebSocketSessionManager.cs
+++ b/websocket-sharp/Server/WebSocketSessionManager.cs
@@ -768,8 +768,8 @@ namespace WebSocketSharp.Server
}
///
- /// Sends a ping with the specified to
- /// every client in the WebSocket service.
+ /// Sends a ping with to every client in
+ /// the WebSocket service.
///
///
///