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;