From 87c610beaa6fcb07e37111852691e22b6be5dd68 Mon Sep 17 00:00:00 2001 From: jdalton Date: Fri, 22 May 2015 00:44:08 -0700 Subject: [PATCH] Fix doc typos for `arrayExtremum` and `baseMatchesProperty`. [ci skip] --- lodash.src.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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.