[Modify] Polish it

This commit is contained in:
sta 2015-10-10 17:10:22 +09:00
parent 1ebb9194f2
commit 2dca329d6a

View File

@ -55,10 +55,10 @@ namespace WebSocketSharp
/// <remarks> /// <remarks>
/// <para> /// <para>
/// A <see cref="WebSocketException"/> will occur if the payload data length is /// A <see cref="WebSocketException"/> will occur if the payload data length is
/// greater than this. /// greater than the value of this field.
/// </para> /// </para>
/// <para> /// <para>
/// 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
/// <c>WebSocket.FragmentLength</c> and <c>Int64.MaxValue</c> inclusive. /// <c>WebSocket.FragmentLength</c> and <c>Int64.MaxValue</c> inclusive.
/// </para> /// </para>
/// </remarks> /// </remarks>