[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 {
get {
if (!_secure) {
var msg = "This instance does not provide secure connections.";
var msg = "The server does not provide secure connections.";
throw new InvalidOperationException (msg);
}