From d8b5ae4ff1434e0091684abd1712ccc398d53517 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 15 Jun 2015 15:22:36 +0900 Subject: [PATCH] Modified a bit for the description of WebHeaderCollection.cs --- websocket-sharp/Net/WebHeaderCollection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs index 650fe57b..d831dcc3 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -2,7 +2,7 @@ /* * WebHeaderCollection.cs * - * This code is derived from System.Net.WebHeaderCollection.cs of Mono + * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License