diff --git a/components/style/values/specified/text.rs b/components/style/values/specified/text.rs index f780715443c..d72b139043a 100644 --- a/components/style/values/specified/text.rs +++ b/components/style/values/specified/text.rs @@ -785,7 +785,7 @@ impl Parse for TextEmphasisStyle { return Err(input.new_custom_error(StyleParseErrorKind::UnspecifiedError)); } - // If a shape keyword is specified but neither of filled nor open is + // If a shape keyword is specified but neither filled nor open is // specified, filled is assumed. let fill = fill.unwrap_or(TextEmphasisFillMode::Filled);