Minor fix in description for LockoutEnabled property.

This commit is contained in:
Aliaksei Maniuk 2016-03-15 13:11:18 -04:00 committed by Hao Kung
parent 13a08e2a8a
commit 6b6b21a5bf
1 changed files with 2 additions and 2 deletions

View File

@ -127,9 +127,9 @@ namespace Microsoft.AspNetCore.Identity.EntityFrameworkCore
public virtual DateTimeOffset? LockoutEnd { get; set; }
/// <summary>
/// Gets or sets a flag indicating if this user is locked out.
/// Gets or sets a flag indicating if the user could be locked out.
/// </summary>
/// <value>True if the user is locked out, otherwise false.</value>
/// <value>True if the user could be locked out, otherwise false.</value>
public virtual bool LockoutEnabled { get; set; }
/// <summary>