diff options
-rw-r--r-- | components/style/macros.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/macros.rs b/components/style/macros.rs index 38060f1d389..f8f4759c148 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` |