summaryrefslogtreecommitdiff
path: root/tokenizer.fun
diff options
context:
space:
mode:
Diffstat (limited to 'tokenizer.fun')
-rw-r--r--tokenizer.fun4
1 files changed, 2 insertions, 2 deletions
diff --git a/tokenizer.fun b/tokenizer.fun
index 24e0211..6859a73 100644
--- a/tokenizer.fun
+++ b/tokenizer.fun
@@ -65,7 +65,7 @@ struct
QuestionMark |
Colon |
- Coma |
+ Comma |
Semicolon |
Arrow |
@@ -192,7 +192,7 @@ struct
(QuestionMark, "?"),
(Colon, ":"),
- (Coma, ","),
+ (Comma, ","),
(Semicolon, ";"),
(Arrow, "->"),