✏️ 修改戳别字

This commit is contained in:
Yiwen-Chan 2021-04-30 18:20:14 +08:00
parent 80dfa69be0
commit f49026e307

View File

@ -236,7 +236,7 @@ func clearNewLineSuffix(text string) string {
return text
}
// 截断过文本
// 截断过文本
func cutTooLong(text string) string {
temp := []rune(text)
count := 0