diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 1867d78f..bb7c5c1d 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -1261,8 +1261,15 @@ namespace WebSocketSharp.Server /// it is shutting down. /// /// - /// There is no configuration used to provide secure connections or - /// the configuration has no server certificate. + /// + /// There is no configuration for secure connections. + /// + /// + /// -or- + /// + /// + /// There is no server certificate. + /// /// /// /// The underlying has failed to start.