diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs
index 74a6e455..e631f5a9 100644
--- a/websocket-sharp/Server/WebSocketServer.cs
+++ b/websocket-sharp/Server/WebSocketServer.cs
@@ -1042,14 +1042,19 @@ namespace WebSocketSharp.Server
/// it is shutting down, or it has already stopped.
///
///
- /// A that represents the status code indicating
- /// the reason for the close. The status codes are defined in
- ///
- /// Section 7.4 of RFC 6455.
+ ///
+ /// A that represents the status code
+ /// indicating the reason for the close.
+ ///
+ ///
+ /// The status codes are defined in
+ ///
+ /// Section 7.4 of RFC 6455.
+ ///
///
///
- /// 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.
///
public void Stop (ushort code, string reason)
{