diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs
index c528db16..3deb56b0 100644
--- a/websocket-sharp/Server/WebSocketServer.cs
+++ b/websocket-sharp/Server/WebSocketServer.cs
@@ -227,8 +227,8 @@ 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 .
///
///
///
@@ -240,11 +240,12 @@ namespace WebSocketSharp.Server
///
///
///
- /// A that represents the local IP address
- /// for the server.
+ /// A that represents
+ /// a local IP address of the server.
///
///
- /// An that represents the port number on which to listen.
+ /// An that represents the number of the port
+ /// on which to listen.
///
///
/// is .