diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs index bdb3d31d..ae0e9e1f 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -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"); }