Skip to content

Commit

Permalink
Fixed a typo. (#942)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Pulman <chris.pulman@yahoo.com>
  • Loading branch information
JakenVeina and ChrisPulman authored Nov 14, 2024
1 parent e897cf6 commit 5b0a911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DynamicData/List/Change.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public Change(ListChangeReason reason, T current, in Optional<T> previous, int c

if (reason == ListChangeReason.Refresh && currentIndex < 0)
{
throw new ArgumentException("For ChangeReason.Refresh, must supply ad index");
throw new ArgumentException("For ChangeReason.Refresh, must supply an index");
}

Reason = reason;
Expand Down

0 comments on commit 5b0a911

Please sign in to comment.