mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-26 22:04:32 +02:00
all: Fix typos in function names and comments
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
12dc9a6e4a
commit
9009c8cdca
@@ -30,7 +30,7 @@ var (
|
||||
emojiMaxSize int
|
||||
)
|
||||
|
||||
// Emoji returns the emojy given a key, e.g. ":smile:", nil if not found.
|
||||
// Emoji returns the emoji given a key, e.g. ":smile:", nil if not found.
|
||||
func Emoji(key string) []byte {
|
||||
emojiInit.Do(initEmoji)
|
||||
return emojis[key]
|
||||
|
Reference in New Issue
Block a user