From 7930ec2bf0dd6112e18525955dad42fefb5a06a5 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 7 May 2015 14:51:53 +0900 Subject: [PATCH] Modified a bit for the description of LineState.cs --- websocket-sharp/Net/LineState.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/LineState.cs b/websocket-sharp/Net/LineState.cs index c2a8e8a2..35ffd51f 100644 --- a/websocket-sharp/Net/LineState.cs +++ b/websocket-sharp/Net/LineState.cs @@ -2,7 +2,7 @@ /* * LineState.cs * - * This code is derived from System.Net.HttpConnection.cs of Mono + * This code is derived from HttpConnection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License