From 3479d0a59b08954cef9574745f7f6e9a420de2ee Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 15 Jul 2017 17:57:55 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 66e01ac1..06b26fa0 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -139,7 +139,7 @@ namespace WebSocketSharp.Server /// /// /// The new instance listens for incoming handshake requests on - /// the local IP address of the host of and + /// the IP address of the host of and /// the port of . /// /// @@ -148,13 +148,12 @@ namespace WebSocketSharp.Server /// is wss; otherwise, port 80 is used. /// /// - /// That instance provides secure connections if the scheme of + /// The new instance provides secure connections if the scheme of /// is wss. /// /// /// - /// A that represents the WebSocket URL - /// on which to listen. + /// A that represents the WebSocket URL of the server. /// /// /// is .