From 1363f9ec09e81da52102a994652d60ac37e415da Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 8 Apr 2019 20:47:08 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/CookieCollection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/CookieCollection.cs b/websocket-sharp/Net/CookieCollection.cs index 0e10ecbf..1a7caf54 100644 --- a/websocket-sharp/Net/CookieCollection.cs +++ b/websocket-sharp/Net/CookieCollection.cs @@ -2,7 +2,7 @@ /* * CookieCollection.cs * - * This code is derived from System.Net.CookieCollection.cs of Mono + * This code is derived from CookieCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License