mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-16 06:34:55 -04:00
Fix typo on merge function page (#1408)
This commit is contained in:
parent
1bbed2cf3c
commit
dea5e1fd7f
@ -14,7 +14,7 @@ relatedfuncs: [dict, append, reflect.IsMap, reflect.IsSlice]
|
||||
aliases: []
|
||||
---
|
||||
|
||||
Merge creates a copy of the final `MAP` and merges any preceeding `MAP` into it in reverse order.
|
||||
Merge creates a copy of the final `MAP` and merges any preceding `MAP` into it in reverse order.
|
||||
Key handling is case-insensitive.
|
||||
|
||||
An example merging two maps.
|
||||
@ -39,5 +39,3 @@ Resulting __$params__:
|
||||
{{% note %}}
|
||||
Regardless of depth, merging only applies to maps. For slices, use [append]({{< ref "functions/append" >}})
|
||||
{{% /note %}}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user