[Modify] Polish it

This commit is contained in:
sta 2017-10-07 14:57:49 +09:00
parent e2be83657f
commit bb710e7743

View File

@ -968,7 +968,7 @@ namespace WebSocketSharp
|| !protocol.IsToken ();
if (protocols.Contains (cond)) {
message = "It contains an invalid value.";
message = "It contains a value that is not a token.";
return false;
}