Fix typo
This commit is contained in:
parent
4655e74c2a
commit
72e6d1cda9
@ -38,10 +38,10 @@ const (
|
|||||||
// LengthFunctionPrefix is the prefix for the length function
|
// LengthFunctionPrefix is the prefix for the length function
|
||||||
LengthFunctionPrefix = "len("
|
LengthFunctionPrefix = "len("
|
||||||
|
|
||||||
// LengthFunctionPrefix is the prefix for the pattern function
|
// PatternFunctionPrefix is the prefix for the pattern function
|
||||||
PatternFunctionPrefix = "pat("
|
PatternFunctionPrefix = "pat("
|
||||||
|
|
||||||
// LengthFunctionPrefix is the suffix for all functions
|
// FunctionSuffix is the suffix for all functions
|
||||||
FunctionSuffix = ")"
|
FunctionSuffix = ")"
|
||||||
|
|
||||||
// InvalidConditionElementSuffix is the suffix that will be appended to an invalid condition
|
// InvalidConditionElementSuffix is the suffix that will be appended to an invalid condition
|
||||||
|
Loading…
x
Reference in New Issue
Block a user