[Modify] Polish it

This commit is contained in:
sta 2020-06-17 19:37:51 +09:00
parent 50e2a24848
commit 6e5f23ffe8

View File

@ -855,7 +855,7 @@ namespace WebSocketSharp.Net
} }
if (!value.IsText ()) { if (!value.IsText ()) {
var msg = "It contains an invalid character."; var msg = "The value contains an invalid character.";
throw new ArgumentException (msg, "value"); throw new ArgumentException (msg, "value");
} }