Skip to content

Commit

Permalink
fix: lexer token typos
Browse files Browse the repository at this point in the history
  • Loading branch information
skifli authored Sep 13, 2024
1 parent 4f313fd commit 962f681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lexer/tokens.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ static const struct Array LEXERTOKEN_NAMES = {
"modulo assignment operator",
"multiplication assignment operator",
"exponent assignment operator",
"divison assignment operator",
"division assignment operator",
"floor division assignment operator",
"addition assignment operator",
"subtraction assignment operator",
Expand All @@ -167,7 +167,7 @@ static const struct Array LEXERTOKEN_NAMES = {
"open square brace",
"open curly brace",
"close brace",
"close sqaure brace",
"close square brace",
"close curly brace",
"comma",
"colon",
Expand Down

0 comments on commit 962f681

Please sign in to comment.