Skip to content

Commit

Permalink
Fix the syntax example comment for RightSquare in the tokenizer
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored and lpil committed Mar 12, 2024
1 parent d872655 commit d2074e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-core/src/parse/token.rs
Expand Up @@ -15,7 +15,7 @@ pub enum Token {
LeftParen, // (
RightParen, // )
LeftSquare, // [
RightSquare, // }
RightSquare, // ]
LeftBrace, // {
RightBrace, // }
// Int Operators
Expand Down

0 comments on commit d2074e7

Please sign in to comment.