From 960a4a07bb4c6d3899a18200d85f8a08df3dd076 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 20 Apr 2017 15:02:36 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpBasicIdentity.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/HttpBasicIdentity.cs b/websocket-sharp/Net/HttpBasicIdentity.cs index af0fb015..22d18f1b 100644 --- a/websocket-sharp/Net/HttpBasicIdentity.cs +++ b/websocket-sharp/Net/HttpBasicIdentity.cs @@ -2,8 +2,8 @@ /* * HttpBasicIdentity.cs * - * This code is derived from System.Net.HttpListenerBasicIdentity.cs of Mono - * (http://www.mono-project.com). + * This code is derived from HttpListenerBasicIdentity.cs (System.Net) of + * Mono (http://www.mono-project.com). * * The MIT License *