Skip to content

Commit

Permalink
Update src/EFCore.SqlServer/Extensions/SqlServerPropertyExtensions.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Andriy Svyryd <AndriySvyryd@users.noreply.github.com>
  • Loading branch information
roji and AndriySvyryd authored Jan 21, 2021
1 parent 9c62ded commit 553a16e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ public static bool IsCompatibleWithValueGeneration([NotNull] IProperty property)
=> (bool?)property[SqlServerAnnotationNames.Sparse];

/// <summary>
/// Sets a value indicating whether the property's columns is sparse.
/// Sets a value indicating whether the property's column is sparse.
/// </summary>
/// <param name="property"> The property. </param>
/// <param name="sparse"> The value to set. </param>
Expand Down

0 comments on commit 553a16e

Please sign in to comment.