fix spelling (#551)

This commit is contained in:
anqiansong
2021-03-08 18:23:12 +08:00
committed by GitHub
parent 7ad86a52f3
commit 60c7edf8f8
13 changed files with 27 additions and 27 deletions

View File

@@ -6,7 +6,7 @@ import (
"unicode"
)
// String provides for coverting the source text into other spell case,like lower,snake,camel
// String provides for converting the source text into other spell case,like lower,snake,camel
type String struct {
source string
}