summaryrefslogtreecommitdiff
path: root/docs-src
diff options
context:
space:
mode:
Diffstat (limited to 'docs-src')
-rw-r--r--docs-src/content/functions/coll.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-src/content/functions/coll.yml b/docs-src/content/functions/coll.yml
index a540598d..2b96ad95 100644
--- a/docs-src/content/functions/coll.yml
+++ b/docs-src/content/functions/coll.yml
@@ -4,7 +4,7 @@ preamble: |
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.
funcs:
- name: coll.Dict