[Modify] Edit it

This commit is contained in:
sta 2017-07-20 17:23:43 +09:00
parent bce851bfac
commit 70d097ce74

View File

@ -1379,8 +1379,12 @@ namespace WebSocketSharp.Server
/// </para>
/// </param>
/// <param name="reason">
/// A <see cref="string"/> that represents the reason for the close.
/// The size must be 123 bytes or less in UTF-8.
/// <para>
/// A <see cref="string"/> that represents the reason for the close.
/// </para>
/// <para>
/// The size must be 123 bytes or less in UTF-8.
/// </para>
/// </param>
/// <exception cref="ArgumentOutOfRangeException">
/// <para>