Skip to content

Commit

Permalink
Fix error name in comment for try_match_ident_ignore_ascii_case
Browse files Browse the repository at this point in the history
  • Loading branch information
jwatt committed Apr 17, 2018
1 parent be4ac6c commit ccbd848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/style/macros.rs
Expand Up @@ -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`
Expand Down

0 comments on commit ccbd848

Please sign in to comment.