From ccbd84886b6ea746bd81fde65549cb2b49bd21bf Mon Sep 17 00:00:00 2001 From: Jonathan Watt Date: Tue, 17 Apr 2018 13:24:30 +0100 Subject: [PATCH] Fix error name in comment for try_match_ident_ignore_ascii_case --- components/style/macros.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/macros.rs b/components/style/macros.rs index 38060f1d3899..f8f4759c1480 100644 --- a/components/style/macros.rs +++ b/components/style/macros.rs @@ -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`