From fb323c0ceb1d32cfd30a262f7777948cc84e82e3 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 25 Aug 2018 20:31:53 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpUtility.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpUtility.cs b/websocket-sharp/Net/HttpUtility.cs index fc126e78..7d4a1ba3 100644 --- a/websocket-sharp/Net/HttpUtility.cs +++ b/websocket-sharp/Net/HttpUtility.cs @@ -2,7 +2,7 @@ /* * HttpUtility.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