aboutsummaryrefslogtreecommitdiff
path: root/token/token.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <sokolyuk@gmail.com>2022-08-24 14:16:17 +0200
committerDimitri Sokolyuk <sokolyuk@gmail.com>2022-08-24 14:16:17 +0200
commit52be3f62da85d2e6a4bba77c234b181a14354523 (patch)
treebee25a59fe001bce71e0d8e07997033845b790d7 /token/token.go
parentcb3d5e76156cb87d14f048c1ef651b9674e865a5 (diff)
cleanup
Diffstat (limited to 'token/token.go')
-rw-r--r--token/token.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/token/token.go b/token/token.go
index ab33563..573483e 100644
--- a/token/token.go
+++ b/token/token.go
@@ -23,7 +23,7 @@ const (
LESS // "<"
MORE // ">"
EQ // "=="
- NOT_EQ // "!="
+ NOTEQ // "!="
// Delimiters
COMMA // ","