aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/query/lexer.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/query/lexer.go')
-rw-r--r--pkg/query/lexer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/query/lexer.go b/pkg/query/lexer.go
index 4d875fb..759b5bc 100644
--- a/pkg/query/lexer.go
+++ b/pkg/query/lexer.go
@@ -340,6 +340,6 @@ func init() {
LexRegexPattern = clausePattern
// FIXME: fails to match start of clauses with no values
- // ex: (and (or ... )) fails
+ // example: (and (or ... )) fails
LexRegex = regexp.MustCompile(LexRegexPattern)
}