diff --git a/components/style_traits/values.rs b/components/style_traits/values.rs index 0d7ee3f506c..582e34eb3db 100644 --- a/components/style_traits/values.rs +++ b/components/style_traits/values.rs @@ -432,7 +432,7 @@ impl_to_css_for_predefined_type!(::cssparser::RGBA); impl_to_css_for_predefined_type!(::cssparser::Color); impl_to_css_for_predefined_type!(::cssparser::UnicodeRange); -/// Define an enum type with unit variants that each corrsepond to a CSS keyword. +/// Define an enum type with unit variants that each correspond to a CSS keyword. macro_rules! define_css_keyword_enum { (pub enum $name:ident { $($variant:ident = $css:expr,)+ }) => { #[allow(missing_docs)]