diff --git a/lodash.src.js b/lodash.src.js index 931d9b339..0a28cd473 100644 --- a/lodash.src.js +++ b/lodash.src.js @@ -10830,7 +10830,8 @@ } /** - * A no-operation function. + * A no-operation function which returns `undefined` regardless of the + * arguments it receives. * * @static * @memberOf _ @@ -10838,6 +10839,7 @@ * @example * * var object = { 'user': 'fred' }; + * * _.noop(object) === undefined; * // => true */