Fix doc and test label typos. [ci skip]

This commit is contained in:
flyyang
2015-12-23 19:06:37 +08:00
committed by John-David Dalton
parent 8e64432e2c
commit 5e639d1704
3 changed files with 8 additions and 8 deletions

View File

@@ -3665,7 +3665,7 @@
*
* @private
* @param {*} value The unwrapped value.
* @param {Array} actions Actions to peform to resolve the unwrapped value.
* @param {Array} actions Actions to perform to resolve the unwrapped value.
* @returns {*} Returns the resolved value.
*/
function baseWrapperValue(value, actions) {
@@ -11121,7 +11121,7 @@
* Recursively merges own and inherited enumerable properties of source
* objects into the destination object, skipping source properties that resolve
* to `undefined`. Array and plain object properties are merged recursively.
* Other objects and value types are overriden by assignment. Source objects
* Other objects and value types are overridden by assignment. Source objects
* are applied from left to right. Subsequent sources overwrite property
* assignments of previous sources.
*