Skip to content

Commit 6570663

Browse files
authored
docs: fix bare url (#523)
Bare URLs are not automatically turned into clickable links.
1 parent 3d0eb15 commit 6570663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html5ever/src/tokenizer/interface.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ pub trait TokenSink {
9292
/// Used in the markup declaration open state. By default, this always
9393
/// returns false and thus all CDATA sections are tokenized as bogus
9494
/// comments.
95-
/// https://html.spec.whatwg.org/multipage/#markup-declaration-open-state
95+
/// <https://html.spec.whatwg.org/multipage/#markup-declaration-open-state>
9696
fn adjusted_current_node_present_but_not_in_html_namespace(&self) -> bool {
9797
false
9898
}

0 commit comments

Comments
 (0)