diff --git a/reference/array/functions/array-merge.xml b/reference/array/functions/array-merge.xml index 60cb05cbeb..35aa8a7d3e 100644 --- a/reference/array/functions/array-merge.xml +++ b/reference/array/functions/array-merge.xml @@ -1,5 +1,5 @@ - + @@ -85,7 +85,8 @@ Array If you want to completely preserve the arrays and just want to append - them to each other, use the + operator: + them to each other (not overwriting the previous keys), use the + + operator: