From 2541f8cba81bd2f2f7fcf83085d2192d94abe880 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 10 May 2019 21:02:45 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/CookieException.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/CookieException.cs b/websocket-sharp/Net/CookieException.cs index ef5a682f..9111efef 100644 --- a/websocket-sharp/Net/CookieException.cs +++ b/websocket-sharp/Net/CookieException.cs @@ -2,7 +2,7 @@ /* * CookieException.cs * - * This code is derived from System.Net.CookieException.cs of Mono + * This code is derived from CookieException.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License