diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index e7ef8a34..80e8e7f9 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -1342,9 +1342,9 @@ namespace WebSocketSharp.Server } /// - /// Stops receiving the WebSocket handshake requests, - /// and closes the WebSocket connections with the specified - /// and . + /// Stops receiving incoming handshake requests and closes each + /// connection with the specified and + /// . /// /// /// This method does nothing if the server is not started, @@ -1362,8 +1362,8 @@ namespace WebSocketSharp.Server /// /// /// - /// A that represents the reason for - /// the close. The size must be 123 bytes or less in UTF-8. + /// A that represents the reason for the close. + /// The size must be 123 bytes or less in UTF-8. /// /// ///