[Modify] Polish it

This commit is contained in:
sta 2020-05-18 19:31:58 +09:00
parent 98f7f00b59
commit 6d78c62023

View File

@ -793,7 +793,7 @@ namespace WebSocketSharp.Net
return;
if (headerType != _state) {
var msg = "This collection does not allow the header.";
var msg = "This instance does not allow the header.";
throw new InvalidOperationException (msg);
}