From aa7d1265fe4216a8f200ecf2a2d704b5c9f4cd2a Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 18 May 2017 15:25:49 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 {