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.
|
/// Removes a claim from a role.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="role">The role to remove the claim from.</param>
|
/// <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>
|
/// <returns>
|
||||||
/// The <see cref="Task"/> that represents the asynchronous operation, containing the <see cref="IdentityResult"/>
|
/// The <see cref="Task"/> that represents the asynchronous operation, containing the <see cref="IdentityResult"/>
|
||||||
/// of the operation.
|
/// of the operation.
|
||||||
|
|
@ -464,4 +464,4 @@ namespace Microsoft.AspNetCore.Identity
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue