From 9f22274c8842dc022364eb632e6dddb8a8d7bc06 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 23 May 2017 14:56:34 +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 a7c57946..9dce347f 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -235,7 +235,7 @@ namespace WebSocketSharp.Server /// /// /// - /// The new instance listens for the incoming handshake requests on + /// The new instance listens for incoming handshake requests on /// and . /// /// @@ -244,11 +244,11 @@ namespace WebSocketSharp.Server /// /// /// A that represents - /// a local IP address of the server. + /// the local IP address on which to listen. /// /// - /// 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 .