Skip to content

Commit 9a02c0c

Browse files
authored
Fix typo in CounterValue.cs
Change "vlaue" to "value".
1 parent fcd2d0f commit 9a02c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AngleSharp.Css/Values/Primitives/CounterValue.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public CounterValue(String name, Int32 value)
6060

6161
/// <summary>
6262
/// Checks for equality against the given object,
63-
/// if the provided object is no counter vlaue the
63+
/// if the provided object is no counter value the
6464
/// result is false.
6565
/// </summary>
6666
/// <param name="obj">The object to check against.</param>

0 commit comments

Comments
 (0)