diff --git a/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/UserStore.cs b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/UserStore.cs index f1cc50a9dc..ddedc15c3b 100644 --- a/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/UserStore.cs +++ b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/UserStore.cs @@ -748,7 +748,7 @@ namespace Microsoft.AspNetCore.Identity.EntityFrameworkCore /// /// Replaces the on the specified , with the . /// - /// The role to replace the claim on. + /// The user to replace the claim on. /// The claim replace. /// The new claim replacing the . /// The used to propagate notifications that the operation should be canceled.