From 72e6d1cda9f07558701bd66cfce3d12fb2106a53 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Fri, 23 Oct 2020 16:35:16 -0400 Subject: [PATCH] Fix typo --- core/condition.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/condition.go b/core/condition.go index 7468a3b9..cd3ce9a7 100644 --- a/core/condition.go +++ b/core/condition.go @@ -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