diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs
index 66e01ac1..06b26fa0 100644
--- a/websocket-sharp/Server/WebSocketServer.cs
+++ b/websocket-sharp/Server/WebSocketServer.cs
@@ -139,7 +139,7 @@ namespace WebSocketSharp.Server
///
///
/// The new instance listens for incoming handshake requests on
- /// the local IP address of the host of and
+ /// the IP address of the host of and
/// the port of .
///
///
@@ -148,13 +148,12 @@ namespace WebSocketSharp.Server
/// is wss; otherwise, port 80 is used.
///
///
- /// That instance provides secure connections if the scheme of
+ /// The new instance provides secure connections if the scheme of
/// is wss.
///
///
///
- /// A that represents the WebSocket URL
- /// on which to listen.
+ /// A that represents the WebSocket URL of the server.
///
///
/// is .