[Modify] Polish it

This commit is contained in:
sta 2019-03-15 21:15:46 +09:00
parent 61536a7732
commit 42122bdad4

View File

@ -609,7 +609,7 @@ namespace WebSocketSharp.Net
}
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");
}