From bc8e9eb5f5cc41e7c244d6a1c981988751338ece Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 12 May 2015 16:32:50 +0900 Subject: [PATCH] Modified a bit for the description of InputChunkState.cs --- websocket-sharp/Net/InputChunkState.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/InputChunkState.cs b/websocket-sharp/Net/InputChunkState.cs index 7fedfeec..520ad189 100644 --- a/websocket-sharp/Net/InputChunkState.cs +++ b/websocket-sharp/Net/InputChunkState.cs @@ -2,7 +2,7 @@ /* * InputChunkState.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