diff --git a/lodash.js b/lodash.js index 2aa513389..a35622d2a 100644 --- a/lodash.js +++ b/lodash.js @@ -14118,6 +14118,7 @@ * @since 3.0.0 * @category Util * @param {Function} func The function to attempt. + * @param {...*} [args] The arguments to invoke `func` with. * @returns {*} Returns the `func` result or error object. * @example *