diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs
index 5ce1c8e9..400ffcc6 100644
--- a/websocket-sharp/Server/WebSocketServer.cs
+++ b/websocket-sharp/Server/WebSocketServer.cs
@@ -475,10 +475,11 @@ namespace WebSocketSharp.Server
}
///
- /// Gets the port on which to listen for incoming handshake requests.
+ /// Gets the port number of the server.
///
///
- /// An that represents the port number on which to listen.
+ /// An that represents the port number on which to
+ /// listen for the incoming handshake requests.
///
public int Port {
get {