[Modify] Polish it

This commit is contained in:
sta 2021-06-18 19:49:43 +09:00
parent c90ee44e8b
commit ca85c785a3

View File

@ -625,7 +625,7 @@ namespace WebSocketSharp.Server
public ServerSslConfiguration SslConfiguration { public ServerSslConfiguration SslConfiguration {
get { get {
if (!_secure) { if (!_secure) {
var msg = "This instance does not provide secure connections."; var msg = "The server does not provide secure connections.";
throw new InvalidOperationException (msg); throw new InvalidOperationException (msg);
} }