Commit a0905ad7 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Merge pull request #614 from dhurlburtusa/patch-1

parents 17c0717e 50c99376
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -893,7 +893,7 @@
 * @param {Mixed} callback.value The element value.
 * @param {Number} callback.index The element index.
 * @param {Array} callback.array The array being traversed.
 * @param {Boolean} callback.return Should return true when element passes the test.
 * @param {Boolean} callback.return The resulting element at the specified index.
 * @param {Object} [thisObject] Object to use as `this` when executing `callback`.
 * @return {Array} Array of the return values of `callback` function.
 */