From f98028d1d81cb29ce182064c708560b3a0b6d5ff Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 17 Jul 2016 21:33:20 -0700 Subject: [PATCH] Cleanup doc notes. [ci skip] --- lodash.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lodash.js b/lodash.js index 270757110..c7b61ae07 100644 --- a/lodash.js +++ b/lodash.js @@ -8024,7 +8024,7 @@ * Creates an array excluding all given values using * [`SameValueZero`](http://ecma-international.org/ecma-262/6.0/#sec-samevaluezero) * for equality comparisons. - * + * * **Note:** Unlike `_.pull`, this method returns a new array. * * @static @@ -8638,7 +8638,7 @@ * `predicate` returns truthy for. The predicate is invoked with three * arguments: (value, index|key, collection). * - * **Note:** Unlike `_.remove`, this method returns a new collection. + * **Note:** Unlike `_.remove`, this method returns a new array. * * @static * @memberOf _ @@ -12226,8 +12226,6 @@ /** * Creates an array of values corresponding to `paths` of `object`. * - * **Note:** Unlike `_.pullAt`, this method returns a new object. - * * @static * @memberOf _ * @since 1.0.0