From 1a463448e425dec11717c5e9b5064e356b765398 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 26 May 2017 14:33:02 +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 3ef92cfc..a2efef02 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -1294,7 +1294,7 @@ namespace WebSocketSharp.Server } /// - /// Starts receiving the WebSocket handshake requests. + /// Starts receiving incoming handshake requests. /// /// /// This method does nothing if the server has already @@ -1308,7 +1308,7 @@ namespace WebSocketSharp.Server /// -or- /// /// - /// There is no server certificate. + /// There is no certificate in the configuration. /// /// ///