diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs
index 6bd8aa57..c528db16 100644
--- a/websocket-sharp/Server/WebSocketServer.cs
+++ b/websocket-sharp/Server/WebSocketServer.cs
@@ -197,19 +197,20 @@ namespace WebSocketSharp.Server
}
///
- /// Initializes a new instance of the class with
- /// the specified and .
+ /// Initializes a new instance of the class
+ /// with the specified and .
///
///
/// The new instance listens for the incoming handshake requests on
/// .
///
///
- /// An that represents the port number on which to listen.
+ /// An that represents the number of the port
+ /// on which to listen.
///
///
- /// A that specifies providing secure connections or not.
- /// true specifies providing secure connections.
+ /// A : true if the server provides
+ /// secure connections; otherwise, false.
///
///
/// is less than 1 or greater than 65535.