diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs
index 5d678dbc..39ff03c5 100644
--- a/websocket-sharp/Server/WebSocketServer.cs
+++ b/websocket-sharp/Server/WebSocketServer.cs
@@ -1431,22 +1431,25 @@ namespace WebSocketSharp.Server
}
///
- /// Stops receiving the WebSocket handshake requests,
- /// and closes the WebSocket connections with the specified
- /// and .
+ /// Stops receiving incoming handshake requests and closes each
+ /// connection with the specified and
+ /// .
///
///
/// This method does nothing if the server is not started,
/// it is shutting down, or it has already stopped.
///
///
- /// One of the enum values.
- /// It represents the status code indicating the reason for
- /// the close.
+ ///
+ /// One of the enum values.
+ ///
+ ///
+ /// It represents the status code indicating the reason for the close.
+ ///
///
///
- /// A that represents the reason for
- /// the close. The size must be 123 bytes or less in UTF-8.
+ /// A that represents the reason for the close.
+ /// The size must be 123 bytes or less in UTF-8.
///
///
/// The size of is greater than 123 bytes.
@@ -1460,7 +1463,8 @@ namespace WebSocketSharp.Server
/// -or-
///
///
- /// is and
+ /// is
+ /// and
/// there is .
///
///