diff --git a/functions/array.xml b/functions/array.xml index 4fe562bc56..80e952d901 100644 --- a/functions/array.xml +++ b/functions/array.xml @@ -1,5 +1,5 @@ - + Array Functions Arrays @@ -1772,7 +1772,7 @@ $output = array_slice ($input, 0, 3); // returns "a", "b", and "c" length from the input array, and replaces them with the elements of the replacement array, if - supplied. It returns an array containing the extracted elemnts. + supplied. It returns an array containing the extracted elements. If offset is positive then the start of