diff options
Diffstat (limited to 'src/construct/code_indented.rs')
-rw-r--r-- | src/construct/code_indented.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/construct/code_indented.rs b/src/construct/code_indented.rs index a0b543a..f476965 100644 --- a/src/construct/code_indented.rs +++ b/src/construct/code_indented.rs @@ -31,7 +31,7 @@ //! * [`CodeIndented`][TokenType::CodeIndented] //! * [`CodeFlowChunk`][TokenType::CodeFlowChunk] //! * [`LineEnding`][TokenType::LineEnding] -//! * [`Whitespace`][TokenType::Whitespace] +//! * [`SpaceOrTab`][TokenType::SpaceOrTab] //! //! ## References //! |