[Modify] Polish it
This commit is contained in:
parent
61536a7732
commit
42122bdad4
@ -609,7 +609,7 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!value.IsEnclosedIn ('"')) {
|
if (!value.IsEnclosedIn ('"')) {
|
||||||
var msg = "A string not enclosed in double quotes.";
|
var msg = "It is not enclosed in double quotes.";
|
||||||
throw new ArgumentException (msg, "value");
|
throw new ArgumentException (msg, "value");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user