[Modify] Edit it

This commit is contained in:
sta 2018-07-11 19:50:07 +09:00
parent e437c487af
commit a744511aa1

View File

@ -2572,7 +2572,7 @@ namespace WebSocketSharp
} }
/// <summary> /// <summary>
/// Closes the connection with the specified <paramref name="code"/>. /// Closes the connection with the specified code.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// This method does nothing if the current state of the connection is /// This method does nothing if the current state of the connection is
@ -2580,8 +2580,8 @@ namespace WebSocketSharp
/// </remarks> /// </remarks>
/// <param name="code"> /// <param name="code">
/// <para> /// <para>
/// A <see cref="ushort"/> that represents the status code /// A <see cref="ushort"/> that represents the status code indicating
/// indicating the reason for the close. /// the reason for the close.
/// </para> /// </para>
/// <para> /// <para>
/// The status codes are defined in /// The status codes are defined in