Skip to content

Commit

Permalink
Improve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
krasun committed Jan 15, 2025
1 parent 0b8bf57 commit 839e50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const (
tokenDelimeter // ','
tokenLeftParenthesis // '('
tokenRightParenthesis // ')'
tokenPlaceholder // '?'
tokenPlaceholder // placeholder including '{' and '}'
tokenInteger // integer
tokenString // string including quotes
tokenAnd // AND
Expand Down

0 comments on commit 839e50c

Please sign in to comment.