From 3048b7aca0690691d25cb8409d543b2377e065e1 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 11 Aug 2022 15:54:13 +0200 Subject: Refactor to move `space_or_tab_eol` to own file --- src/construct/thematic_break.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/construct/thematic_break.rs') diff --git a/src/construct/thematic_break.rs b/src/construct/thematic_break.rs index 8e3c4f4..5969e77 100644 --- a/src/construct/thematic_break.rs +++ b/src/construct/thematic_break.rs @@ -35,8 +35,8 @@ //! //! ## Tokens //! -//! * [`ThematicBreak`][Token::ThematicBreak] -//! * [`ThematicBreakSequence`][Token::ThematicBreakSequence] +//! * [`ThematicBreak`][Name::ThematicBreak] +//! * [`ThematicBreakSequence`][Name::ThematicBreakSequence] //! //! ## References //! -- cgit