Skip to content

Commit

Permalink
Merge pull request #12 from ganchandrasekaran/patch-10
Browse files Browse the repository at this point in the history
Parser testing and updated linting with proper comments
  • Loading branch information
henderiw authored Apr 18, 2023
2 parents 556ee9d + 7efd812 commit b11c74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion krm-functions/lib/parser/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b11c74b

Please sign in to comment.