diff --git a/js-classes/Array.js b/js-classes/Array.js index d99f58d8b9afa4d9ee5fa0c65445845f8332743b..40fff6267573fa178319a027cec9501c7b294aa2 100644 --- a/js-classes/Array.js +++ b/js-classes/Array.js @@ -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 The resulting element at the specified index. + * @param {Mixed} 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. */