diff --git a/reference/array/functions/array-map.xml b/reference/array/functions/array-map.xml index 0e86d8910d..be08afeffc 100644 --- a/reference/array/functions/array-map.xml +++ b/reference/array/functions/array-map.xml @@ -17,7 +17,7 @@ array_map returns an &array; containing the results of applying the callback - function to the corresponding index of array1 + to the corresponding index of array1 (and ... if more arrays are provided) used as arguments for the callback. The number of parameters that the callback @@ -34,7 +34,7 @@ callback - Callback function to run for each element in each array. + A callable to run for each element in each array. &null; can be passed as a value to callback