From 9da945d4ce34533d322868e2f02f98c9fd6a08ed Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 29 Jul 2019 21:41:13 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/PayloadData.cs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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;