From c1fa217fe655106fa50995d033a12ff8584f8fb1 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 3 Mar 2015 16:43:09 +0900 Subject: [PATCH] Modified a bit for the description of HttpListenerPrefixCollection.cs --- websocket-sharp/Net/HttpListenerPrefixCollection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpListenerPrefixCollection.cs b/websocket-sharp/Net/HttpListenerPrefixCollection.cs index 070ae083..1e3e9bf0 100644 --- a/websocket-sharp/Net/HttpListenerPrefixCollection.cs +++ b/websocket-sharp/Net/HttpListenerPrefixCollection.cs @@ -2,7 +2,7 @@ /* * HttpListenerPrefixCollection.cs * - * This code is derived from System.Net.HttpListenerPrefixCollection.cs of Mono + * This code is derived from HttpListenerPrefixCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License