From 42122bdad4ed2278c3670227a0a659b3acfc6cf0 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 15 Mar 2019 21:15:46 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/Cookie.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); }