[Modify] Edit it

This commit is contained in:
sta 2021-09-16 19:23:06 +09:00
parent 6381d10448
commit 57e443c657

View File

@ -601,8 +601,8 @@ namespace WebSocketSharp.Server
} }
/// <summary> /// <summary>
/// Gets or sets the delegate used to find the credentials /// Gets or sets the delegate used to find the credentials for
/// for an identity. /// an identity.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// <para> /// <para>
@ -622,7 +622,7 @@ namespace WebSocketSharp.Server
/// <see langword="null"/> if not needed. /// <see langword="null"/> if not needed.
/// </para> /// </para>
/// <para> /// <para>
/// That delegate invokes the method called for finding /// The delegate invokes the method called for finding
/// the credentials used to authenticate a client. /// the credentials used to authenticate a client.
/// </para> /// </para>
/// <para> /// <para>