style: Fix some spec links

Trivial, comment-only

Differential Revision: https://phabricator.services.mozilla.com/D174474
This commit is contained in:
Emilio Cobos Álvarez 2023-04-03 13:45:57 +00:00 committed by Martin Robinson
parent 38faddd687
commit 0917ee3f9b
2 changed files with 15 additions and 16 deletions

View file

@ -1698,7 +1698,7 @@ pub enum Component<Impl: SelectorImpl> {
/// Used only for relative selectors, which starts with a combinator
/// (With an implied descendant combinator if not specified).
///
/// https://drafts.csswg.org/csswg-drafts/selectors-4/#typedef-relative-selector
/// https://drafts.csswg.org/selectors-4/#typedef-relative-selector
RelativeSelectorAnchor,
}