From 475fe0a8840b92c9beb32a2d7336d38ad63cf9aa Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 8 Apr 2015 18:04:40 +0900 Subject: [PATCH] Modified a bit for the description of RequestStream.cs --- websocket-sharp/Net/RequestStream.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/RequestStream.cs b/websocket-sharp/Net/RequestStream.cs index f75b24e7..07db7781 100644 --- a/websocket-sharp/Net/RequestStream.cs +++ b/websocket-sharp/Net/RequestStream.cs @@ -2,7 +2,7 @@ /* * RequestStream.cs * - * This code is derived from System.Net.RequestStream.cs of Mono + * This code is derived from RequestStream.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License