From 2519d6151bfd103f4e32a740881831b5c9779024 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 30 Mar 2015 15:44:35 +0900 Subject: [PATCH] Modified a bit for the description of Chunk.cs --- websocket-sharp/Net/Chunk.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/Chunk.cs b/websocket-sharp/Net/Chunk.cs index 2c37a482..a6fc1a58 100644 --- a/websocket-sharp/Net/Chunk.cs +++ b/websocket-sharp/Net/Chunk.cs @@ -2,7 +2,7 @@ /* * Chunk.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