From 502b734a1a4304b7265643e3dc9a7ceb30e25986 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Wed, 14 Feb 2018 20:29:40 +0100 Subject: [PATCH] style: Update a couple other spec links. --- components/style/properties/declaration_block.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/style/properties/declaration_block.rs b/components/style/properties/declaration_block.rs index 983b2b0a331..2be09150edc 100644 --- a/components/style/properties/declaration_block.rs +++ b/components/style/properties/declaration_block.rs @@ -369,7 +369,7 @@ impl PropertyDeclarationBlock { } } - /// + /// pub fn property_priority(&self, property: &PropertyId) -> Importance { // Step 1: done when parsing a string to PropertyId @@ -583,7 +583,7 @@ impl PropertyDeclarationBlock { updated_at_least_one } - /// + /// /// /// Returns whether any declaration was actually removed. pub fn remove_property(&mut self, property: &PropertyId) -> bool {