From d252d78e143ca0b457e46e68cd0b145650b2df0f Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 20 Aug 2018 20:51:03 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/QueryStringCollection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/QueryStringCollection.cs b/websocket-sharp/Net/QueryStringCollection.cs index 4a95737c..846c8482 100644 --- a/websocket-sharp/Net/QueryStringCollection.cs +++ b/websocket-sharp/Net/QueryStringCollection.cs @@ -2,7 +2,7 @@ /* * QueryStringCollection.cs * - * This code is derived from System.Net.HttpUtility.cs of Mono + * This code is derived from HttpUtility.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License