diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs
index 39ff03c5..3ef92cfc 100644
--- a/websocket-sharp/Server/WebSocketServer.cs
+++ b/websocket-sharp/Server/WebSocketServer.cs
@@ -1326,8 +1326,8 @@ namespace WebSocketSharp.Server
}
///
- /// Stops receiving the WebSocket handshake requests,
- /// and closes the WebSocket connections.
+ /// Stops receiving incoming handshake requests and
+ /// closes each connection.
///
///
/// This method does nothing if the server is not started,