From 2079d70e8888b3fba10e9b800811c4ac1ceccd47 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 15 Jun 2020 19:42:36 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/WebHeaderCollection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs index a1f506c4..7e26da6c 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -808,7 +808,7 @@ namespace WebSocketSharp.Net } if (!name.IsToken ()) { - var msg = "It contains an invalid character."; + var msg = "The name contains an invalid character."; throw new ArgumentException (msg, "name"); }