[Modify] Polish it
This commit is contained in:
parent
e2be83657f
commit
bb710e7743
@ -968,7 +968,7 @@ namespace WebSocketSharp
|
|||||||
|| !protocol.IsToken ();
|
|| !protocol.IsToken ();
|
||||||
|
|
||||||
if (protocols.Contains (cond)) {
|
if (protocols.Contains (cond)) {
|
||||||
message = "It contains an invalid value.";
|
message = "It contains a value that is not a token.";
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user