diff --git a/reference/array/functions/array-replace.xml b/reference/array/functions/array-replace.xml index 2314c5b599..9bef7fb71e 100644 --- a/reference/array/functions/array-replace.xml +++ b/reference/array/functions/array-replace.xml @@ -15,7 +15,7 @@ array_replace replaces the values of - array1 with the same values from all the following + array1 with values having the same keys in each of the following arrays. If a key from the first array exists in the second array, its value will be replaced by the value from the second array. If the key exists in the second array, and not the first, it will be created in the first array.