From 5216ee8c8da76da6a48bee52e9c1e3918a622bdf Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 4 Jul 2017 16:08:18 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/HttpServer.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index fe03177f..3290f99b 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -82,7 +82,8 @@ namespace WebSocketSharp.Server /// Initializes a new instance of the class. /// /// - /// An instance initialized by this constructor listens for the incoming requests on port 80. + /// The new instance listens for incoming requests on + /// and port 80. /// public HttpServer () {