diff --git a/reference/array/functions/array-intersect-assoc.xml b/reference/array/functions/array-intersect-assoc.xml index 4e20d54d6b..718f4196e3 100644 --- a/reference/array/functions/array-intersect-assoc.xml +++ b/reference/array/functions/array-intersect-assoc.xml @@ -17,7 +17,7 @@ array_intersect_assoc returns an array containing all the values of array1 - that are present in all the arguments. Note that the keys are used in + that are present in all the arguments. Note that the keys are also used in the comparison unlike in array_intersect.