mirror of
https://github.com/servo/servo.git
synced 2025-07-03 05:23:38 +01:00
style: Adjust comment grammar as suggested by xidorn.
This commit is contained in:
parent
0c76998719
commit
0844439bb2
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue