[Modify] Edit it

This commit is contained in:
sta 2021-10-23 21:43:28 +09:00
parent 3b3a3510a0
commit 44109be299

View File

@ -758,12 +758,12 @@ namespace WebSocketSharp.Server
/// One of the <see cref="CloseStatusCode"/> enum values.
/// </para>
/// <para>
/// It represents the status code indicating the reason for the close.
/// It specifies the status code indicating the reason for the close.
/// </para>
/// </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.