Fix error name in comment for try_match_ident_ignore_ascii_case

This commit is contained in:
Jonathan Watt 2018-04-17 13:24:30 +01:00 committed by GitHub
parent be4ac6c4cd
commit ccbd84886b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`