Skip to content

Commit

Permalink
Update selectors/parser.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Niklas Mischkulnig <[email protected]>
  • Loading branch information
kdy1 and mischnic authored Aug 1, 2024
1 parent 82d890b commit 1d6e919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selectors/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ pub enum SelectorParseErrorKind<'i> {
UnexpectedTokenInAttributeSelector(Token<'i>),
PseudoElementExpectedIdent(Token<'i>),
UnsupportedPseudoClassOrElement(CowRcStr<'i>),
AmbiguosCssModuleClass(CowRcStr<'i>),
AmbiguousCssModuleClass(CowRcStr<'i>),
UnexpectedIdent(CowRcStr<'i>),
ExpectedNamespace(CowRcStr<'i>),
ExpectedBarInAttr(Token<'i>),
Expand Down

0 comments on commit 1d6e919

Please sign in to comment.