From 623ea75f4c9ce597b345a328b08de04b45fc7203 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 26 May 2017 14:16:54 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,