diff --git a/lodash.js b/lodash.js index e5818bc67..8fe5d9a2d 100644 --- a/lodash.js +++ b/lodash.js @@ -7940,9 +7940,6 @@ * object for all destination properties that resolve to `undefined`. Once a * property is set, additional defaults of the same property are ignored. * - * **Note:** See the [documentation example of `_.partialRight`](https://lodash.com/docs#partialRight) - * for a deep version of this method. - * * @static * @memberOf _ * @category Object