aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorJonathan Watt <jwatt@jwatt.org>2018-04-17 13:24:30 +0100
committerGitHub <noreply@github.com>2018-04-17 13:24:30 +0100
commitccbd84886b6ea746bd81fde65549cb2b49bd21bf (patch)
treeeef9acf5d2a3b6ed847021f58bcafff53cc69061 /components
parentbe4ac6c4cd2ccfd98b0d2663845c18e29f144d88 (diff)
downloadservo-ccbd84886b6ea746bd81fde65549cb2b49bd21bf.tar.gz
servo-ccbd84886b6ea746bd81fde65549cb2b49bd21bf.zip
Fix error name in comment for try_match_ident_ignore_ascii_case
Diffstat (limited to 'components')
-rw-r--r--components/style/macros.rs2
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`