diff options
Diffstat (limited to 'src/construct/html_flow.rs')
-rw-r--r-- | src/construct/html_flow.rs | 6 |
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 //! |