summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/inflect/Humanize.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/inflect/Humanize.md')
-rw-r--r--docs/content/en/functions/inflect/Humanize.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/functions/inflect/Humanize.md b/docs/content/en/functions/inflect/Humanize.md
index 41d61a4e5..71b4a5fd2 100644
--- a/docs/content/en/functions/inflect/Humanize.md
+++ b/docs/content/en/functions/inflect/Humanize.md
@@ -18,7 +18,7 @@ aliases: [/functions/humanize]
{{ humanize "myCamelPost" }} → My camel post
```
-If the input is either an int64 value or the string representation of an integer, humanize returns the number with the proper ordinal appended.
+If the input is an integer or a string representation of an integer, humanize returns the number with the proper ordinal appended.
```go-html-template
{{ humanize "52" }} → 52nd