From a16927f980c35c0881f86b2b45ae98aed6a71758 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 22 May 2017 14:55:42 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 00348260..ef2f90a4 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -98,7 +98,8 @@ namespace WebSocketSharp.Server /// Initializes a new instance of the class. /// /// - /// The new instance listens for the incoming handshake requests on port 80. + /// The new instance listens for incoming handshake requests on + /// and port 80. /// public WebSocketServer () {