Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen Toub <stoub@microsoft.com>
  • Loading branch information
adamsitnik and stephentoub authored Aug 19, 2021
1 parent 9f47d03 commit 4684c51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public double CompactionPercentage
}

/// <summary>
/// Gets or sets the flat that controls linked entries tracking. Disabled by default.
/// Gets or sets whether to track linked entries. Disabled by default.
/// </summary>
/// <remarks>Prior to .NET 7 this feature was always enabled.</remarks>
public bool TrackLinkedCacheEntries { get; set; }
Expand Down

0 comments on commit 4684c51

Please sign in to comment.