summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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 705ca6eb..f862a2e9 100644
--- a/docs/content/functions/coll.md
+++ b/docs/content/functions/coll.md
@@ -622,7 +622,7 @@ $ gomplate -i '{{ $dst := dict "foo" 1 "bar" 2 }}
{{ $src1 := dict "foo" 8 "baz" 4 }}
{{ $src2 := dict "foo" 3 "bar" 5 }}
{{ coll.Merge $dst $src1 $src2 }}'
-map[foo:1 bar:5 baz:4]
+map[foo:1 bar:2 baz:4]
```
## `coll.Pick`