diff --git a/lodash.src.js b/lodash.src.js index 569668471..e414b2b40 100644 --- a/lodash.src.js +++ b/lodash.src.js @@ -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.