diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs
index f1574055..a7c57946 100644
--- a/websocket-sharp/Server/WebSocketServer.cs
+++ b/websocket-sharp/Server/WebSocketServer.cs
@@ -204,15 +204,15 @@ namespace WebSocketSharp.Server
/// with the specified and .
///
///
- /// The new instance listens for the incoming handshake requests on
- /// .
+ /// The new instance listens for incoming handshake requests on
+ /// and .
///
///
- /// An that represents the number of the port
- /// on which to listen.
+ /// An that represents the number of
+ /// the port on which to listen.
///
///
- /// A : true if the server provides
+ /// A : true if the new instance provides
/// secure connections; otherwise, false.
///
///