aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/html_flow.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/construct/html_flow.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/construct/html_flow.rs b/src/construct/html_flow.rs
index 8e5321f..9998797 100644
--- a/src/construct/html_flow.rs
+++ b/src/construct/html_flow.rs
@@ -82,9 +82,9 @@
//!
//! ## Tokens
//!
-//! * [`HtmlFlow`][Token::HtmlFlow]
-//! * [`HtmlFlowData`][Token::HtmlFlowData]
-//! * [`LineEnding`][Token::LineEnding]
+//! * [`HtmlFlow`][Name::HtmlFlow]
+//! * [`HtmlFlowData`][Name::HtmlFlowData]
+//! * [`LineEnding`][Name::LineEnding]
//!
//! ## References
//!