[Modify] Edit it

This commit is contained in:
sta 2018-07-10 20:35:53 +09:00
parent d338ccd5d6
commit e437c487af

View File

@ -2774,8 +2774,7 @@ namespace WebSocketSharp
}
/// <summary>
/// Closes the connection with the specified <paramref name="code"/> and
/// <paramref name="reason"/>.
/// Closes the connection with the specified code and reason.
/// </summary>
/// <remarks>
/// This method does nothing if the current state of the connection is
@ -2816,8 +2815,7 @@ namespace WebSocketSharp
/// </para>
/// <para>
/// <paramref name="code"/> is
/// <see cref="CloseStatusCode.NoStatus"/> and
/// there is <paramref name="reason"/>.
/// <see cref="CloseStatusCode.NoStatus"/> and there is reason.
/// </para>
/// <para>
/// -or-