diff --git a/lodash.js b/lodash.js index d30160081..9651ec14a 100644 --- a/lodash.js +++ b/lodash.js @@ -5726,6 +5726,9 @@ * object for all destination properties that resolve to `undefined`. Once a * property is set, additional defaults of the same property will be ignored. * + * Note: See the [documentation example of `_.partialRight`](http://lodash.com/docs#partialRight) + * for a deep version of this method. + * * @static * @memberOf _ * @category Objects