Skip to content

Commit

Permalink
Fix FilterExprParser comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nelio2k committed Apr 9, 2019
1 parent 8fa98e7 commit 24ca203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filterExprParser.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
// Field = { @"-" } OnePath { "." OnePath } { MathOp MathValue }
// OnePath = ( PathFuncExpression | StringType ){ ArrayIndex }
// StringType = @String | @Ident | @RawString | @Char
// ArrayIndex = "[" [ @"-" ] @Int "]"
// ArrayIndex = "[" @Int "]"
// Value = @String
// ConstFuncExpr = ConstFuncNoArg | ConstFuncOneArg | ConstFuncTwoArgs
// ConstFuncNoArg = ConstFuncNoArgName "(" ")"
Expand Down

0 comments on commit 24ca203

Please sign in to comment.