updated godoc

This commit is contained in:
Gani Georgiev 2025-01-31 14:28:23 +02:00
parent 5d889d00ad
commit b066d9c429
1 changed files with 2 additions and 1 deletions

View File

@ -84,7 +84,8 @@ func Snakecase(str string) string {
return strings.ToLower(result.String())
}
// Camelize convers a string to its "CamelCased" version (non alphanumeric characters are removed).
// Camelize converts the provided string to its "CamelCased" version
// (non alphanumeric characters are removed).
//
// For example:
//