From f764f1fb3ca927cd2a68b3f24086acf081ed35a4 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 29 Jan 2017 17:27:52 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 38810095..93bbac9d 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -98,8 +98,7 @@ namespace WebSocketSharp.Server /// Initializes a new instance of the class. /// /// - /// An instance initialized by this constructor listens for the incoming connection requests on - /// port 80. + /// The new instance listens for the incoming handshake requests on port 80. /// public WebSocketServer () {