mirror of
https://github.com/servo/servo
synced 2026-05-14 19:06:31 +02:00
style: Minor comment fix.
Differential Revision: https://phabricator.services.mozilla.com/D59310
This commit is contained in:
@@ -94,7 +94,7 @@ where
|
||||
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.
|
||||
pub fn have_same_parts<E>(
|
||||
|
||||
Reference in New Issue
Block a user