Fix typos found across repository
Signed-off-by: Justas Brazauskas <brazauskasjustas@gmail.com> Upstream-commit: 927b334ebfc786276a039e45ec097e71bf9a104c Component: engine
This commit is contained in:
@ -5,7 +5,7 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
// StrSlice representes a string or an array of strings.
|
||||
// StrSlice represents a string or an array of strings.
|
||||
// We need to override the json decoder to accept both options.
|
||||
type StrSlice struct {
|
||||
parts []string
|
||||
|
||||
Reference in New Issue
Block a user