diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index a63f428b..4488fd64 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -1311,8 +1311,8 @@ namespace WebSocketSharp.Server /// Starts receiving incoming 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. /// /// ///