Skip to content

Commit 492dfa7

Browse files
authored
Fix typo in IUserClaimStore.cs (#55547)
1 parent 7a211fb commit 492dfa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Identity/Extensions.Core/src/IUserClaimStore.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public interface IUserClaimStore<TUser> : IUserStore<TUser> where TUser : class
1717
/// <summary>
1818
/// Gets a list of <see cref="Claim"/>s to be belonging to the specified <paramref name="user"/> as an asynchronous operation.
1919
/// </summary>
20-
/// <param name="user">The role whose claims to retrieve.</param>
20+
/// <param name="user">The user whose claims to retrieve.</param>
2121
/// <param name="cancellationToken">The <see cref="CancellationToken"/> used to propagate notifications that the operation should be canceled.</param>
2222
/// <returns>
2323
/// A <see cref="Task{TResult}"/> that represents the result of the asynchronous query, a list of <see cref="Claim"/>s.

0 commit comments

Comments
 (0)