From 0d58843a996ee1ee4b9c71019249fcd75dfe1ff3 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 5 Jun 2015 16:50:46 +0900 Subject: [PATCH] Modified a bit for the description of ResponseStream.cs --- websocket-sharp/Net/ResponseStream.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/ResponseStream.cs b/websocket-sharp/Net/ResponseStream.cs index 6fe624d9..c5a1cc4c 100644 --- a/websocket-sharp/Net/ResponseStream.cs +++ b/websocket-sharp/Net/ResponseStream.cs @@ -2,7 +2,7 @@ /* * ResponseStream.cs * - * This code is derived from System.Net.ResponseStream.cs of Mono + * This code is derived from ResponseStream.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License