1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-02-06 10:44:43 +00:00

updated godoc

This commit is contained in:
Gani Georgiev 2025-01-31 14:28:23 +02:00
parent 5d889d00ad
commit b066d9c429

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:
//