From 2e629094b68306a83d9af636f926b4d98996e168 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 8 Aug 2022 22:52:39 -0400 Subject: [PATCH] spelling: allows Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- internal/code-generator/generator/heuristics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/code-generator/generator/heuristics.go b/internal/code-generator/generator/heuristics.go index 0b0c2f4..23e7239 100644 --- a/internal/code-generator/generator/heuristics.go +++ b/internal/code-generator/generator/heuristics.go @@ -129,7 +129,7 @@ type Patterns struct { // See https://github.com/go-yaml/yaml/issues/100 type StringArray []string -// UnmarshalYAML allowes to parse element always as a []string +// UnmarshalYAML allows to parse element always as a []string func (sa *StringArray) UnmarshalYAML(unmarshal func(interface{}) error) error { var multi []string if err := unmarshal(&multi); err != nil {