diff --git a/websocket-sharp/PayloadData.cs b/websocket-sharp/PayloadData.cs index 511089db..6bbf6905 100644 --- a/websocket-sharp/PayloadData.cs +++ b/websocket-sharp/PayloadData.cs @@ -55,10 +55,10 @@ namespace WebSocketSharp /// /// /// A will occur if the payload data length is - /// greater than this. + /// greater than the value of this field. /// /// - /// If you would like to change this value, you must set this to a value between + /// If you would like to change the value, you must set it to a value between /// WebSocket.FragmentLength and Int64.MaxValue inclusive. /// ///