Tweak _.cloneDeep docs.

Former-commit-id: 992471067498a0be795f473fabaaf8e45581f291
This commit is contained in:
John-David Dalton
2012-12-14 01:06:00 -08:00
parent 8bee3ebd65
commit 2fc83ef80b
2 changed files with 2 additions and 2 deletions

View File

@@ -1072,7 +1072,7 @@
* The enumerable properties of `arguments` objects and objects created by
* constructors other than `Object` are cloned to plain `Object` objects.
*
* Note: Lo-Dash's deep clone functionality is loosely based on the structured clone algorithm.
* Note: This function is loosely based on the structured clone algorithm.
* See http://www.w3.org/TR/html5/common-dom-interfaces.html#internal-structured-cloning-algorithm.
*
* @static