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). * with one argument: (value).
* *
* @private * @private
@@ -2463,8 +2463,7 @@
} }
/** /**
* The base implementation of `_.matchesProperty` which does not which does * The base implementation of `_.matchesProperty` which does not clone `srcValue`.
* not clone `value`.
* *
* @private * @private
* @param {string} path The path of the property to get. * @param {string} path The path of the property to get.