Skip to content

Commit d831a50

Browse files
Fix SetLockoutEnabledAsync comments (#56062)
1 parent 197c491 commit d831a50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Identity/Extensions.Core/src/UserManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1735,11 +1735,11 @@ public virtual async Task<bool> IsLockedOutAsync(TUser user)
17351735
}
17361736

17371737
/// <summary>
1738-
/// Sets a flag indicating whether the specified <paramref name="user"/> is locked out,
1738+
/// Sets a flag indicating whether the specified <paramref name="user"/> can be locked out,
17391739
/// as an asynchronous operation.
17401740
/// </summary>
17411741
/// <param name="user">The user whose locked out status should be set.</param>
1742-
/// <param name="enabled">Flag indicating whether the user is locked out or not.</param>
1742+
/// <param name="enabled">Flag indicating whether the user can be locked out or not.</param>
17431743
/// <returns>
17441744
/// The <see cref="Task"/> that represents the asynchronous operation, the <see cref="IdentityResult"/> of the operation
17451745
/// </returns>

0 commit comments

Comments
 (0)