From ada598a2e3acb775855d89c996641138eaf32e6d Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 23 May 2017 14:52:52 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index f1574055..a7c57946 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -204,15 +204,15 @@ namespace WebSocketSharp.Server /// with the specified and . /// /// - /// The new instance listens for the incoming handshake requests on - /// . + /// The new instance listens for incoming handshake requests on + /// and . /// /// - /// An that represents the number of the port - /// on which to listen. + /// An that represents the number of + /// the port on which to listen. /// /// - /// A : true if the server provides + /// A : true if the new instance provides /// secure connections; otherwise, false. /// ///