aboutsummaryrefslogtreecommitdiffstats
path: root/src/tokenizer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tokenizer.rs')
-rw-r--r--src/tokenizer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tokenizer.rs b/src/tokenizer.rs
index 17622e7..10c877f 100644
--- a/src/tokenizer.rs
+++ b/src/tokenizer.rs
@@ -145,7 +145,7 @@ pub enum Container {
pub struct ContainerState {
/// Kind.
pub kind: Container,
- /// Whether the first (and all future) lines were blank.
+ /// Whether the first line was blank.
pub blank_initial: bool,
/// The size of the initial construct.
pub size: usize,