[Modify] Polish it

This commit is contained in:
sta 2017-10-16 20:03:25 +09:00
parent e536d858b0
commit 9c2b8dcc73

View File

@ -669,7 +669,7 @@ namespace WebSocketSharp
}
if (!_secure) {
var msg = "The connection is not secure.";
var msg = "This instance does not use a secure connection.";
throw new InvalidOperationException (msg);
}