[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>
/// Gets or sets the delegate used to find the credentials
/// for an identity.
/// Gets or sets the delegate used to find the credentials for
/// an identity.
/// </summary>
/// <remarks>
/// <para>
@ -622,7 +622,7 @@ namespace WebSocketSharp.Server
/// <see langword="null"/> if not needed.
/// </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.
/// </para>
/// <para>