fix code issue in doc

This commit is contained in:
dudaodong
2022-12-15 16:38:50 +08:00
parent 2c57266f8e
commit bc6cb5f61b
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -198,6 +198,8 @@ func main() {
s4 := strutil.CamelCase("Foo-#1😄$_%^&*(1bar")
fmt.Println(s4) //foo11Bar
}
```
+1
View File
@@ -201,6 +201,7 @@ func main() {
s4 := strutil.CamelCase("Foo-#1😄$_%^&*(1bar")
fmt.Println(s4) //foo11Bar
}
```