From 10fd7ef16da4f08751bba831f09bd1ac10c6817b Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 21 May 2017 16:20:43 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index c528db16..3deb56b0 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -227,8 +227,8 @@ namespace WebSocketSharp.Server } /// - /// Initializes a new instance of the class with - /// the specified and . + /// Initializes a new instance of the class + /// with the specified and . /// /// /// @@ -240,11 +240,12 @@ namespace WebSocketSharp.Server /// /// /// - /// A that represents the local IP address - /// for the server. + /// A that represents + /// a local IP address of the server. /// /// - /// An that represents the port number on which to listen. + /// An that represents the number of the port + /// on which to listen. /// /// /// is .