Skip to content

Commit 7255b50

Browse files
authored
Fix typo in CssTokenType.cs
Change "enumation" to "enumeration".
1 parent 2c50b49 commit 7255b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AngleSharp.Css/Parser/CssTokenType.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
namespace AngleSharp.Css.Parser
22
{
33
/// <summary>
4-
/// An enumation of all possible tokens.
4+
/// An enumeration of all possible tokens.
55
/// </summary>
66
enum CssTokenType : byte
77
{

0 commit comments

Comments
 (0)