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

Fix type of Array.map callback return value.

parent 42f537e2
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 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.
 */