Skip to content

Commit 9bc665d

Browse files
committed
Update doc
1 parent c62a8f3 commit 9bc665d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ func main() {
191191

192192
- **ToCamel**(s string) string
193193

194-
ToCamel converts a string to camelCase. Unlike the StrToCamel function, if the source string already has a certain format, it will be correctly converted to camelCase.
194+
ToCamel converts a string to camelCase. Unlike the StrToCamel function, if the source string already has a certain format, it will be correctly converted to camelCase.
195195

196196
- **ToKebab**(s string) string
197197

0 commit comments

Comments
 (0)