diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 8e674a5f..4141ca68 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -485,11 +485,11 @@ namespace WebSocketSharp.Server } /// - /// Gets the port number of the server. + /// Gets the port of the server. /// /// - /// An that represents the port number on which to - /// listen for the incoming handshake requests. + /// An that represents the number of the port + /// on which to listen for the incoming handshake requests. /// public int Port { get {