Skip to content

Commit

Permalink
Fix typo in CounterValue.cs
Browse files Browse the repository at this point in the history
Change "vlaue" to "value".
  • Loading branch information
ericmutta authored Nov 25, 2021
1 parent fcd2d0f commit 9a02c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AngleSharp.Css/Values/Primitives/CounterValue.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public CounterValue(String name, Int32 value)

/// <summary>
/// Checks for equality against the given object,
/// if the provided object is no counter vlaue the
/// if the provided object is no counter value the
/// result is false.
/// </summary>
/// <param name="obj">The object to check against.</param>
Expand Down

0 comments on commit 9a02c0c

Please sign in to comment.