From 0332e91a08bc99de09d501c7a7fa188ac7fafa27 Mon Sep 17 00:00:00 2001 From: Kevin Walter Date: Wed, 19 Oct 2016 17:23:48 -0600 Subject: [PATCH] Update UserStore.cs Fixed incorrect code comment --- .../UserStore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.