fix XML documentation of RemoveClaimAsync
Fixes documentation of parameter "claim" in RemoveClaimAsync(TRole role, Claim claim)
This commit is contained in:
parent
7b870f8e64
commit
13a08e2a8a
|
|
@ -356,7 +356,7 @@ namespace Microsoft.AspNetCore.Identity
|
|||
/// Removes a claim from a role.
|
||||
/// </summary>
|
||||
/// <param name="role">The role to remove the claim from.</param>
|
||||
/// <param name="claim">The claim to add.</param>
|
||||
/// <param name="claim">The claim to remove.</param>
|
||||
/// <returns>
|
||||
/// The <see cref="Task"/> that represents the asynchronous operation, containing the <see cref="IdentityResult"/>
|
||||
/// of the operation.
|
||||
|
|
@ -464,4 +464,4 @@ namespace Microsoft.AspNetCore.Identity
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue