diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 6c1b2408..aa2038e6 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -124,11 +124,11 @@ namespace WebSocketSharp /// /// /// - /// The data will be fragmented if that length is greater than this. + /// The data will be fragmented if that length is greater than the value of this field. /// /// - /// If you would like to change this value, you must set this to a value between 125 - /// and Int32.MaxValue - 14 inclusive. + /// If you would like to change the value, you must set it to a value between 125 and + /// Int32.MaxValue - 14 inclusive. /// /// internal static readonly int FragmentLength;