[Modify] Polish it
This commit is contained in:
parent
50e2a24848
commit
6e5f23ffe8
@ -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");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user