diff --git a/lodash.js b/lodash.js index 1abe3c558..0e97f1309 100644 --- a/lodash.js +++ b/lodash.js @@ -10114,7 +10114,7 @@ * @memberOf _ * @category Function * @param {Function} func The function to wrap. - * @param {...(Function|Function[])} [transforms[_.identity]] + * @param {...(Function|Function[])} [transforms=[_.identity]] * The argument transforms. * @returns {Function} Returns the new function. * @example