From 5fa5f505de1c7c8a514ce891915602ffa8908a69 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 22 May 2017 15:02:12 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index ef2f90a4..20ebfd7d 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -113,16 +113,16 @@ namespace WebSocketSharp.Server /// /// /// - /// The new instance listens for the incoming handshake requests on - /// . + /// The new instance listens for incoming handshake requests on + /// and . /// /// /// It provides secure connections if is 443. /// /// /// - /// An that represents the number of the port - /// on which to listen. + /// An that represents the number of + /// the port on which to listen. /// /// /// is less than 1 or greater than 65535.