From b066d9c429f3e4689ad8f293f44eb88f57c29c08 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Fri, 31 Jan 2025 14:28:23 +0200 Subject: [PATCH] updated godoc --- tools/inflector/inflector.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: //