[Modify] Edit it

This commit is contained in:
sta 2021-10-23 21:40:02 +09:00
parent 044032690c
commit c46c8b8380

View File

@ -681,7 +681,7 @@ namespace WebSocketSharp.Server
/// </remarks>
/// <param name="code">
/// <para>
/// A <see cref="ushort"/> that represents the status code indicating
/// A <see cref="ushort"/> that specifies the status code indicating
/// the reason for the close.
/// </para>
/// <para>
@ -692,7 +692,7 @@ namespace WebSocketSharp.Server
/// </param>
/// <param name="reason">
/// <para>
/// A <see cref="string"/> that represents the reason for the close.
/// A <see cref="string"/> that specifies the reason for the close.
/// </para>
/// <para>
/// The size must be 123 bytes or less in UTF-8.