mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-07 08:34:15 +01:00
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 = "len("
|
||||
|
||||
// LengthFunctionPrefix is the prefix for the pattern function
|
||||
// PatternFunctionPrefix is the prefix for the pattern function
|
||||
PatternFunctionPrefix = "pat("
|
||||
|
||||
// LengthFunctionPrefix is the suffix for all functions
|
||||
// FunctionSuffix is the suffix for all functions
|
||||
FunctionSuffix = ")"
|
||||
|
||||
// InvalidConditionElementSuffix is the suffix that will be appended to an invalid condition
|
||||
|
Loading…
Reference in New Issue
Block a user