diff options
Diffstat (limited to '')
-rw-r--r-- | src/tokenizer.rs | 2 |
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, |