Cleanup tag order.

This commit is contained in:
John-David Dalton
2017-01-16 23:55:06 -08:00
parent 401016d260
commit be6a50b0ed
13 changed files with 13 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ import toInteger from './toInteger.js';
* @param {Function} iteratee The function invoked per iteration.
* @param {number} [depth=1] The maximum recursion depth.
* @returns {Array} Returns the new flattened array.
* @see map, mapKeys, mapValues, flatMap, flatMapDeep, flatten, flattenDeep, flattenDepth
* @see flatMap, flatMapDeep, flatten, flattenDeep, flattenDepth, map, mapKeys, mapValues
* @example
*
* function duplicate(n) {