From 25fda147f38ecb65ebb8e58b5cfce6b92a7bdf8a 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] style: Minor comment fix. Differential Revision: https://phabricator.services.mozilla.com/D59310 --- components/style/sharing/checks.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/sharing/checks.rs b/components/style/sharing/checks.rs index 9c860f0258f..5e8350e78d3 100644 --- a/components/style/sharing/checks.rs +++ b/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(