mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
style: Minor comment fix.
Differential Revision: https://phabricator.services.mozilla.com/D59310
This commit is contained in:
parent
d459e3453a
commit
25fda147f3
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ where
|
||||||
target.class_list() == candidate.class_list()
|
target.class_list() == candidate.class_list()
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Whether a given element has the same class attribute as a given candidate.
|
/// Whether a given element has the same part attribute as a given candidate.
|
||||||
///
|
///
|
||||||
/// We don't try to share style across elements with different part attributes.
|
/// We don't try to share style across elements with different part attributes.
|
||||||
pub fn have_same_parts<E>(
|
pub fn have_same_parts<E>(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue