From 74eedc71782b7076d0aff9797fdfb198b438ae75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Thu, 9 Jan 2020 11:36:02 +0000 Subject: [PATCH] No bug - Minor comment fix. Differential Revision: https://phabricator.services.mozilla.com/D59310 --HG-- extra : moz-landing-system : lando --- servo/components/style/sharing/checks.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servo/components/style/sharing/checks.rs b/servo/components/style/sharing/checks.rs index 9c860f0258fd..5e8350e78d33 100644 --- a/servo/components/style/sharing/checks.rs +++ b/servo/components/style/sharing/checks.rs @@ -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(