diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index 6241a689..95043dcc 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -1456,12 +1456,12 @@ namespace WebSocketSharp.Server /// Starts receiving incoming 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. /// /// /// - /// There is no certificate used to authenticate the server. + /// There is no server certificate for secure connections. /// /// /// -or-