diff --git a/reference/array/functions/array-walk-recursive.xml b/reference/array/functions/array-walk-recursive.xml index 9b18930fa8..f9ae347c2e 100755 --- a/reference/array/functions/array-walk-recursive.xml +++ b/reference/array/functions/array-walk-recursive.xml @@ -1,5 +1,5 @@ - + array_walk_recursive @@ -24,7 +24,7 @@ - array + input The input array. @@ -36,7 +36,7 @@ Typically, funcname takes on two parameters. - The array parameter's value being the first, and + The input parameter's value being the first, and the key/index second.