summaryrefslogtreecommitdiff
path: root/docs/content
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/functions/coll.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/functions/coll.md b/docs/content/functions/coll.md
index f862a2e9..c7f01119 100644
--- a/docs/content/functions/coll.md
+++ b/docs/content/functions/coll.md
@@ -8,7 +8,7 @@ menu:
These functions help manipulate and query collections of data, like lists (slices, or arrays) and maps (dictionaries).
#### Implementation Note
-For the functions that return an array, a Go `[]interface{}` is returned, regardless of whether or not the
+For the functions that return an array, a Go `[]any` is returned, regardless of whether or not the
input was a different type.
## `coll.Dict`