Commit ba7f000e authored by Randall Leeds's avatar Randall Leeds

Fix typo in ClauseParser operator key

parent 3bae2ea4
...@@ -6,7 +6,7 @@ class ClauseParser ...@@ -6,7 +6,7 @@ class ClauseParser
'>': 'gt' '>': 'gt'
'<': 'lt' '<': 'lt'
'=>' : 'ge' '=>' : 'ge'
'<=' : 'ge' '>=' : 'ge'
'=<': 'le' '=<': 'le'
'<=' : 'le' '<=' : 'le'
'[' : 'one_of' '[' : 'one_of'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment