Skip to content

Commit

Permalink
lint: golangci: fix misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Oct 29, 2023
1 parent 23a4817 commit 9dbece7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion type/maputil/map_string_slice.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (mss MapStringSlice) Flatten(useLast, skipEmpty bool) map[string]string {
return simple
}

// FlattenAny converst the results of `Flatten()` to a `map[string]any{}`.`
// FlattenAny converts the results of `Flatten()` to a `map[string]any{}`.`
func (mss MapStringSlice) FlattenAny(useLast, skipEmpty bool) map[string]any {
msa := map[string]any{}
mssimple := mss.Flatten(useLast, skipEmpty)
Expand Down

0 comments on commit 9dbece7

Please sign in to comment.