diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs
index f1fe2923..fd4264f3 100644
--- a/websocket-sharp/Server/WebSocketServer.cs
+++ b/websocket-sharp/Server/WebSocketServer.cs
@@ -1290,8 +1290,8 @@ namespace WebSocketSharp.Server
/// Starts receiving the WebSocket handshake requests.
///
///
- /// This method does nothing if the server has already started or
- /// it is shutting down.
+ /// This method does nothing if the server has already
+ /// started or it is shutting down.
///
///
///