[Modify] Edit it

This commit is contained in:
sta 2018-07-09 20:21:10 +09:00
parent a8fe9496d9
commit d338ccd5d6

View File

@ -2671,8 +2671,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
@ -2680,8 +2679,8 @@ namespace WebSocketSharp
/// </remarks>
/// <param name="code">
/// <para>
/// A <see cref="ushort"/> that represents the status code
/// indicating the reason for the close.
/// A <see cref="ushort"/> that represents the status code indicating
/// the reason for the close.
/// </para>
/// <para>
/// The status codes are defined in
@ -2724,8 +2723,7 @@ namespace WebSocketSharp
/// -or-
/// </para>
/// <para>
/// <paramref name="code"/> is 1005 (no status) and
/// there is <paramref name="reason"/>.
/// <paramref name="code"/> is 1005 (no status) and there is reason.
/// </para>
/// <para>
/// -or-