diff --git a/tools/inflector/inflector.go b/tools/inflector/inflector.go index 5a9f307e..6458af1b 100644 --- a/tools/inflector/inflector.go +++ b/tools/inflector/inflector.go @@ -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: //