[Modify] Polish it

master
sta 6 years ago
parent 98f7f00b59
commit 6d78c62023

@ -793,7 +793,7 @@ namespace WebSocketSharp.Net
return; return;
if (headerType != _state) { 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); throw new InvalidOperationException (msg);
} }

Loading…
Cancel
Save