mirror of
https://github.com/servo/servo.git
synced 2025-07-31 03:00:29 +01:00
Typo fixes
This commit is contained in:
parent
ab846ab196
commit
31864954ed
2 changed files with 9 additions and 9 deletions
|
@ -525,10 +525,10 @@ impl Stylist {
|
|||
/// Map that contains the CSS rules for a given origin.
|
||||
#[cfg_attr(feature = "servo", derive(HeapSizeOf))]
|
||||
struct PerOriginSelectorMap {
|
||||
/// Rules that contains at least one property declararion with
|
||||
/// Rules that contains at least one property declaration with
|
||||
/// normal importance.
|
||||
normal: SelectorMap<Vec<PropertyDeclaration>, TheSelectorImpl>,
|
||||
/// Rules that contains at least one property declararion with
|
||||
/// Rules that contains at least one property declaration with
|
||||
/// !important.
|
||||
important: SelectorMap<Vec<PropertyDeclaration>, TheSelectorImpl>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue