Remove doc note for deep defaults. [ci skip]

This commit is contained in:
John-David Dalton
2014-12-07 22:31:36 -08:00
parent 3da0117838
commit f99bc6d8f9

View File

@@ -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