mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-13 06:34:54 -04:00
helpers: Fix typo in language.Get documentation
This commit is contained in:
parent
c8d4114171
commit
c06c3234eb
@ -116,7 +116,7 @@ func (l *Language) GetStringMapString(key string) map[string]string {
|
|||||||
return cast.ToStringMapString(l.Get(key))
|
return cast.ToStringMapString(l.Get(key))
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get returns a value associated with the key relying on pecified language.
|
// Get returns a value associated with the key relying on specified language.
|
||||||
// Get is case-insensitive for a key.
|
// Get is case-insensitive for a key.
|
||||||
//
|
//
|
||||||
// Get returns an interface. For a specific value use one of the Get____ methods.
|
// Get returns an interface. For a specific value use one of the Get____ methods.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user