aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/partial_destination.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/construct/partial_destination.rs5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/construct/partial_destination.rs b/src/construct/partial_destination.rs
index 05f5060..71e26df 100644
--- a/src/construct/partial_destination.rs
+++ b/src/construct/partial_destination.rs
@@ -1,4 +1,4 @@
-//! Destination occurs in [definition][] and label end.
+//! Destination occurs in [definition][] and [label end][].
//!
//! They’re formed with the following BNF:
//!
@@ -68,9 +68,8 @@
//! [string]: crate::content::string
//! [character_escape]: crate::construct::character_escape
//! [character_reference]: crate::construct::character_reference
+//! [label_end]: crate::construct::label_end
//! [sanitize_uri]: crate::util::sanitize_uri
-//!
-//! <!-- To do: link label end. -->
use crate::tokenizer::{Code, ContentType, State, StateFnResult, TokenType, Tokenizer};