Cleanup _.isPlainObject docs. [ci skip]

This commit is contained in:
John-David Dalton
2015-01-15 20:08:06 -08:00
committed by jdalton
parent 8a6dab03c4
commit 1826cc8870

View File

@@ -8192,8 +8192,8 @@
} }
/** /**
* Checks if `value` is an object created by the `Object` constructor or has * Checks if `value` is a plain object, that is, an object created by the
* a `[[Prototype]]` of `null`. * `Object` constructor or one with a `[[Prototype]]` of `null`.
* *
* **Note:** This method assumes objects created by the `Object` constructor * **Note:** This method assumes objects created by the `Object` constructor
* have no inherited enumerable properties. * have no inherited enumerable properties.