Fix doc typos for arrayExtremum and baseMatchesProperty. [ci skip]

This commit is contained in:
jdalton
2015-05-22 00:44:08 -07:00
parent 3a331ec156
commit 87c610beaa

View File

@@ -1509,7 +1509,7 @@
}
/**
* A specialized version of `baseExtremum` for arrays whichs invokes `iteratee`
* A specialized version of `baseExtremum` for arrays which invokes `iteratee`
* with one argument: (value).
*
* @private
@@ -2463,8 +2463,7 @@
}
/**
* The base implementation of `_.matchesProperty` which does not which does
* not clone `value`.
* The base implementation of `_.matchesProperty` which does not clone `srcValue`.
*
* @private
* @param {string} path The path of the property to get.