Skip to content

Commit 1ea4339

Browse files
Ikko Ashiminetechknowlogick
Ikko Ashimine
andauthored
Fix typo in generate-emoji.go (#14570)
modifer -> modifier Co-authored-by: techknowlogick <[email protected]>
1 parent 3537d80 commit 1ea4339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/generate-emoji.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ func generate() ([]byte, error) {
174174
s = append(s, k)
175175
} else {
176176
// insert into slice after first element because all emoji that support skin tones
177-
// have that modifer placed at this spot
177+
// have that modifier placed at this spot
178178
s = append(s, "")
179179
copy(s[2:], s[1:])
180180
s[1] = k

0 commit comments

Comments
 (0)