diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 00348260..ef2f90a4 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -98,7 +98,8 @@ namespace WebSocketSharp.Server /// Initializes a new instance of the class. /// /// - /// The new instance listens for the incoming handshake requests on port 80. + /// The new instance listens for incoming handshake requests on + /// and port 80. /// public WebSocketServer () {