mirror of https://github.com/milvus-io/milvus.git
updated spelling of "INTERGER" to "INTEGER" in Constant values explanation
parent
63534e0116
commit
62840e2a7b
|
@ -133,7 +133,7 @@ SingleExpr = TermExpr | CompareExpr;
|
|||
|
||||
TermExpr = IDENTIFIER "in" ConstantArray;
|
||||
|
||||
Constant = INTERGER | FLOAT
|
||||
Constant = INTEGER | FLOAT
|
||||
|
||||
ConstantExpr = Constant
|
||||
| ConstantExpr BinaryArithOp ConstantExpr
|
||||
|
|
Loading…
Reference in New Issue