diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 45d766a8..71c7e43c 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -195,18 +195,18 @@ namespace WebSocketSharp.Server /// the specified and . /// /// - /// An instance initialized by this constructor listens for the incoming connection requests on + /// The new instance listens for the incoming handshake requests on /// . /// /// /// An that represents the port number on which to listen. /// /// - /// A that indicates providing a secure connection or not. - /// (true indicates providing a secure connection.) + /// A that specifies providing secure connections or not. + /// true specifies providing secure connections. /// /// - /// isn't between 1 and 65535 inclusive. + /// is less than 1 or greater than 65535. /// public WebSocketServer (int port, bool secure) {