mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Fix error name in comment for try_match_ident_ignore_ascii_case
This commit is contained in:
parent
be4ac6c4cd
commit
ccbd84886b
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ macro_rules! trivial_to_computed_value {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
/// A macro to parse an identifier, or return an `UnexpectedIndent` error
|
/// A macro to parse an identifier, or return an `UnexpectedIdent` error
|
||||||
/// otherwise.
|
/// otherwise.
|
||||||
///
|
///
|
||||||
/// FIXME(emilio): The fact that `UnexpectedIdent` is a `SelectorParseError`
|
/// FIXME(emilio): The fact that `UnexpectedIdent` is a `SelectorParseError`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue