Fixed documentation typo (#1862)
Corrected a typo on the XML documentation of the UserId property that made it read "... sets the of the ..."
This commit is contained in:
parent
6bf092a460
commit
add0b0755d
|
|
@ -27,7 +27,7 @@ namespace Microsoft.AspNetCore.Identity
|
||||||
public virtual string ProviderDisplayName { get; set; }
|
public virtual string ProviderDisplayName { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the of the primary key of the user associated with this login.
|
/// Gets or sets the primary key of the user associated with this login.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public virtual TKey UserId { get; set; }
|
public virtual TKey UserId { get; set; }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue