diff options
Diffstat (limited to 'components/style/str.rs')
-rw-r--r-- | components/style/str.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/str.rs b/components/style/str.rs index bff3f7b43cf..731ffda0cc0 100644 --- a/components/style/str.rs +++ b/components/style/str.rs @@ -21,7 +21,7 @@ pub type StaticStringVec = &'static [&'static str]; /// A "space character" according to: /// -/// https://html.spec.whatwg.org/multipage/#space-character +/// <https://html.spec.whatwg.org/multipage/#space-character> pub static HTML_SPACE_CHARACTERS: StaticCharVec = &[ '\u{0020}', '\u{0009}', |