diff --git a/lodash.js b/lodash.js index bd39d3879..1c14a7111 100644 --- a/lodash.js +++ b/lodash.js @@ -7133,7 +7133,7 @@ /** * This method is the wrapper version of `_.flatMap`. * - * @static + * @name flatMap * @memberOf _ * @category Seq * @param {Function|Object|string} [iteratee=_.identity] The function invoked per iteration.