mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 10:57:49 +00:00
Fix doc typos for arrayExtremum and baseMatchesProperty. [ci skip]
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user