From 79c2c447fcdb49758b9c30a2fc0f55a630c5d21f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Thu, 4 Jun 2020 05:01:54 +0200 Subject: [PATCH] style: fix tidy. --- components/style/element_state.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/element_state.rs b/components/style/element_state.rs index 3fe94f3e882..027ebc839b4 100644 --- a/components/style/element_state.rs +++ b/components/style/element_state.rs @@ -143,7 +143,7 @@ bitflags! { const IN_FOCUS_VISIBLE_STATE = 1 << 52; /// State that dialog element is modal, for centered alignment /// - /// https://html.spec.whatwg.org/#centered-alignment + /// https://html.spec.whatwg.org/multipage/#centered-alignment const IN_MODAL_DIALOG_STATE = 1 << 53; } }