Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed Jun 26, 2023
1 parent 448e845 commit c52391c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ ProviderState GetProviderState(IProjectDependenciesSubTreeProvider provider)

void Post(ImmutableDictionary<DependencyGroupType, ImmutableArray<IDependency>> snapshot)
{
// Caller must ensure calls to not overlap
// Caller must ensure calls do not overlap
_version++;
bool accepted = _broadcastBlock.Post(new ProjectVersionedValue<ImmutableDictionary<DependencyGroupType, ImmutableArray<IDependency>>>(
snapshot,
Expand Down

0 comments on commit c52391c

Please sign in to comment.