summaryrefslogtreecommitdiff
path: root/src/syntax/kind.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax/kind.rs')
-rw-r--r--src/syntax/kind.rs2
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: `// ...`.