From bc903bb3cdecf7022bd6ef11f65fd9972f07cf3d Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Tue, 2 Feb 2016 22:19:56 -0800 Subject: [PATCH] Fix up doc comment formatting issues --- .../UserStore.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/UserStore.cs b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/UserStore.cs index a2a6a0b668..814938f1cf 100644 --- a/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/UserStore.cs +++ b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/UserStore.cs @@ -1099,7 +1099,7 @@ namespace Microsoft.AspNetCore.Identity.EntityFrameworkCore } /// - /// Sets a flag indicating whether the specified has two factor authentication enabled or not, + /// Sets a flag indicating whether the specified has two factor authentication enabled or not, /// as an asynchronous operation. /// /// The user whose two factor authentication enabled status should be set. @@ -1119,14 +1119,14 @@ namespace Microsoft.AspNetCore.Identity.EntityFrameworkCore } /// - /// Returns a flag indicating whether the specified has two factor authentication enabled or not, + /// Returns a flag indicating whether the specified has two factor authentication enabled or not, /// as an asynchronous operation. /// /// The user whose two factor authentication enabled status should be set. /// The used to propagate notifications that the operation should be canceled. /// /// The that represents the asynchronous operation, containing a flag indicating whether the specified - /// has two factor authentication enabled or not. + /// has two factor authentication enabled or not. /// public virtual Task GetTwoFactorEnabledAsync(TUser user, CancellationToken cancellationToken = default(CancellationToken)) { @@ -1196,4 +1196,4 @@ namespace Microsoft.AspNetCore.Identity.EntityFrameworkCore return new List(); } } -} \ No newline at end of file +}