From f480eb5785c60188c8ef9e6ef5bd258ff203773a Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 5 Apr 2015 14:03:12 +0900 Subject: [PATCH] Modified a bit for the description of ChunkedRequestStream.cs --- websocket-sharp/Net/ChunkedRequestStream.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/ChunkedRequestStream.cs b/websocket-sharp/Net/ChunkedRequestStream.cs index e7d3d27b..1d73a603 100644 --- a/websocket-sharp/Net/ChunkedRequestStream.cs +++ b/websocket-sharp/Net/ChunkedRequestStream.cs @@ -2,7 +2,7 @@ /* * ChunkedRequestStream.cs * - * This code is derived from System.Net.ChunkedInputStream.cs of Mono + * This code is derived from ChunkedInputStream.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License