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 .