diff --git a/reference/array/functions/array-filter.xml b/reference/array/functions/array-filter.xml index f437b442b3..575efea9ed 100644 --- a/reference/array/functions/array-filter.xml +++ b/reference/array/functions/array-filter.xml @@ -1,5 +1,5 @@ - + @@ -17,7 +17,7 @@ array_filter iterates over each value in - the input array passing them to the + the input array passing them to the callback function. If the callback function returns true, the current value from input is returned into the