diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs
index e7f81c7d..d52172cd 100644
--- a/websocket-sharp/Server/HttpServer.cs
+++ b/websocket-sharp/Server/HttpServer.cs
@@ -1027,15 +1027,17 @@ namespace WebSocketSharp.Server
}
///
- /// Stops receiving the HTTP requests with the specified and
- /// used to stop the WebSocket services.
+ /// Stops receiving the incoming requests, and closes the connections with
+ /// the specified and for
+ /// the WebSocket connection close.
///
///
- /// One of the enum values, represents the status code indicating
- /// the reason for the stop.
+ /// One of the enum values that represents
+ /// the status code indicating the reason for the WebSocket connection close.
///
///
- /// A that represents the reason for the stop.
+ /// A that represents the reason for the WebSocket
+ /// connection close. The size must be 123 bytes or less.
///
public void Stop (CloseStatusCode code, string reason)
{