mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-02-06 10:44:43 +00:00
updated godoc
This commit is contained in:
parent
5d889d00ad
commit
b066d9c429
@ -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:
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user