Procházet zdrojové kódy

Fix typo in generate-emoji.go (#14570)

modifer -> modifier

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
tags/v1.15.0-dev
Ikko Ashimine před 3 roky
rodič
revize
1ea4339332
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      build/generate-emoji.go

+ 1
- 1
build/generate-emoji.go Zobrazit soubor

@@ -174,7 +174,7 @@ func generate() ([]byte, error) {
s = append(s, k)
} else {
// insert into slice after first element because all emoji that support skin tones
// have that modifer placed at this spot
// have that modifier placed at this spot
s = append(s, "")
copy(s[2:], s[1:])
s[1] = k

Načítá se…
Zrušit
Uložit