Skip to content

Commit

Permalink
Fix a typo in ThrowHelpers.EmptyRange() message.
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-sunset committed Aug 31, 2022
1 parent 0cb2eda commit 89df618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RangeExtensions/ThrowHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ private static void InvalidRange(Range range)
#endif
private static void EmptyRange()
{
throw new InvalidOperationException("Range constains no elements.");
throw new InvalidOperationException("Range contains no elements.");
}
}

0 comments on commit 89df618

Please sign in to comment.