diff --git a/websocket-sharp/PayloadData.cs b/websocket-sharp/PayloadData.cs index b90637de..f7dfa68b 100644 --- a/websocket-sharp/PayloadData.cs +++ b/websocket-sharp/PayloadData.cs @@ -54,12 +54,13 @@ namespace WebSocketSharp /// /// /// - /// A will occur if the payload data length is - /// greater than the value of this field. + /// A will occur when the length of + /// incoming payload data is greater than the value of this field. /// /// - /// If you would like to change the value, you must set it to a value between - /// WebSocket.FragmentLength and Int64.MaxValue inclusive. + /// If you would like to change the value, you must set it to a value + /// between WebSocket.FragmentLength and Int64.MaxValue + /// inclusive. /// /// public static readonly ulong MaxLength;