diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-01-14 12:34:17 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-01-14 12:34:17 +0100 |
| commit | ab03f3224078f1b8ca05bc1b65a7df4bebb5f449 (patch) | |
| tree | 968c8fff18863187d77fe0ce26a726aeddbca195 /src/syntax/kind.rs | |
| parent | 2589692b00d40fd5094ea2d5b9448e2cfc052045 (diff) | |
Reorganize syntax module
Diffstat (limited to 'src/syntax/kind.rs')
| -rw-r--r-- | src/syntax/kind.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax/kind.rs b/src/syntax/kind.rs index 54d5c81d..55f4b3ad 100644 --- a/src/syntax/kind.rs +++ b/src/syntax/kind.rs @@ -7,7 +7,7 @@ use crate::util::EcoString; /// All syntactical building blocks that can be part of a Typst document. /// -/// Can be created by the tokenizer or by the parser. +/// Can be created by the lexer or by the parser. #[derive(Debug, Clone, PartialEq)] pub enum SyntaxKind { /// A line comment: `// ...`. |
