aboutsummaryrefslogtreecommitdiff
path: root/token/token.go
diff options
context:
space:
mode:
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 // ","