diff --git a/src/Microsoft.Extensions.Identity.Core/UserManager.cs b/src/Microsoft.Extensions.Identity.Core/UserManager.cs index 7c0cf87188..7956c06da5 100644 --- a/src/Microsoft.Extensions.Identity.Core/UserManager.cs +++ b/src/Microsoft.Extensions.Identity.Core/UserManager.cs @@ -854,7 +854,7 @@ namespace Microsoft.AspNetCore.Identity /// /// The user whose password should be reset. /// The password reset token to verify. - /// The new password to set if reset token verification fails. + /// The new password to set if reset token verification succeeds. /// /// The that represents the asynchronous operation, containing the /// of the operation.