diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index ef2f90a4..20ebfd7d 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -113,16 +113,16 @@ namespace WebSocketSharp.Server /// /// /// - /// The new instance listens for the incoming handshake requests on - /// . + /// The new instance listens for incoming handshake requests on + /// and . /// /// /// It provides secure connections if is 443. /// /// /// - /// 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 less than 1 or greater than 65535.