mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Auto merge of #20656 - jwatt:patch-1, r=nox
Fix error name in comment for try_match_ident_ignore_ascii_case Trivial spelling error fix. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20656) <!-- Reviewable:end -->
This commit is contained in:
commit
5081755418
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.
|
||||
///
|
||||
/// FIXME(emilio): The fact that `UnexpectedIdent` is a `SelectorParseError`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue