From 766f2915f5b195ed29eec6f2bfe7da3f4635cce7 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 31 Jan 2015 16:49:20 +0900 Subject: [PATCH] Modified a few for the description of Ext.cs --- websocket-sharp/Ext.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index 85074216..0812cec6 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -3,9 +3,9 @@ * Ext.cs * * Some parts of this code are derived from Mono (http://www.mono-project.com): - * - GetStatusDescription is derived from System.Net.HttpListenerResponse.cs - * - IsPredefinedScheme is derived from System.Uri.cs - * - MaybeUri is derived from System.Uri.cs + * - GetStatusDescription is derived from HttpListenerResponse.cs (System.Net) + * - IsPredefinedScheme is derived from Uri.cs (System) + * - MaybeUri is derived from Uri.cs (System) * * The MIT License *