From 0844439bb28d7b12f955b1968747e496c23dd232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Sun, 11 Aug 2019 22:47:15 +0200 Subject: [PATCH] style: Adjust comment grammar as suggested by xidorn. --- components/style/values/specified/text.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);