From 767645d7a0af9445d55b203f65915f1b9bb03f38 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 2 Apr 2015 16:03:15 +0900 Subject: [PATCH] Modified a bit for the description of ChunkStream.cs --- websocket-sharp/Net/ChunkStream.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/ChunkStream.cs b/websocket-sharp/Net/ChunkStream.cs index 9b8b20c8..2a7c8e63 100644 --- a/websocket-sharp/Net/ChunkStream.cs +++ b/websocket-sharp/Net/ChunkStream.cs @@ -2,7 +2,7 @@ /* * ChunkStream.cs * - * This code is derived from System.Net.ChunkStream.cs of Mono + * This code is derived from ChunkStream.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License