This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Fix typo in generate-emoji.go (
#14570
)
modifer -> modifier Co-authored-by: techknowlogick <techknowlogick@gitea.io>
tags/v1.15.0-dev
Ikko Ashimine
GitHub
4 years ago
parent
adfa3507dd
commit
b7ace672f2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
build/generate-emoji.go
+ 1
- 1
build/generate-emoji.go
View File
@@ -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 modif
i
er placed at this spot
s = append(s, "")
copy(s[2:], s[1:])
s[1] = k
Write
Preview
Loading…
Cancel
Save