From f8d8c85428f527139c20369910230741dcaf2969 Mon Sep 17 00:00:00 2001 From: Cameron Moore Date: Thu, 6 Sep 2018 15:28:13 -0500 Subject: langs: Fix golint godoc issue --- langs/language.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'langs') diff --git a/langs/language.go b/langs/language.go index 7d77df4e3..d741b9978 100644 --- a/langs/language.go +++ b/langs/language.go @@ -162,7 +162,7 @@ func (l *Language) GetStringMapString(key string) map[string]string { return cast.ToStringMapString(l.Get(key)) } -// returns the value associated with the key as a slice of strings. +// GetStringSlice returns the value associated with the key as a slice of strings. func (l *Language) GetStringSlice(key string) []string { return cast.ToStringSlice(l.Get(key)) } -- cgit v1.2.3