aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/code_indented.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/construct/code_indented.rs2
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
//!