langs: Fix golint godoc issue
authorCameron Moore <moorereason@gmail.com>
Thu, 6 Sep 2018 20:28:13 +0000 (15:28 -0500)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 7 Sep 2018 06:25:51 +0000 (08:25 +0200)
langs/language.go

index 7d77df4e37462f0eb85742d5f779c771bd3f056a..d741b997828de593c952d28d303cb1436ec44dbe 100644 (file)
@@ -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))
 }