From 53d2077ca58f61d79aa519d985d577db36e6f9f7 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 28 Sep 2015 16:00:51 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/PayloadData.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/PayloadData.cs b/websocket-sharp/PayloadData.cs index b51ff196..965547c0 100644 --- a/websocket-sharp/PayloadData.cs +++ b/websocket-sharp/PayloadData.cs @@ -55,8 +55,8 @@ namespace WebSocketSharp /// greater than this. /// /// - /// If you would like to change this value, you must set this to a value greater than - /// WebSocket.FragmentLength, and equal to or less than Int64.MaxValue. + /// If you would like to change this value, you must set this to a value between + /// WebSocket.FragmentLength and Int64.MaxValue inclusive. /// /// public static readonly ulong MaxLength = Int64.MaxValue;