From 7efd8128070a6649dec7386fd442eb33d1519936 Mon Sep 17 00:00:00 2001 From: Ganesh Chandrasekaran Date: Tue, 18 Apr 2023 21:46:59 +0530 Subject: [PATCH] Updated linting with proper comments --- krm-functions/lib/parser/parser.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/krm-functions/lib/parser/parser.go b/krm-functions/lib/parser/parser.go index bf73736f..6b204f3b 100644 --- a/krm-functions/lib/parser/parser.go +++ b/krm-functions/lib/parser/parser.go @@ -172,7 +172,7 @@ func (r *obj[T1]) GetStringMap(fields ...string) map[string]string { return m } -// SetNestedField is a generic utility function that sets a string on +// SetNestedString is a generic utility function that sets a string on // a string slice representing the path in the yaml doc func (r *obj[T1]) SetNestedString(s string, fields ...string) error { if r.o == nil {