From 9bc665d958a15911c66f68fdfd43b6c2fc5fef5e Mon Sep 17 00:00:00 2001 From: goloop Date: Tue, 6 Jun 2023 18:42:53 +0300 Subject: [PATCH] Update doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a60f3bb..712a655 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ func main() { - **ToCamel**(s string) string - 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. + 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. - **ToKebab**(s string) string