Fixin value typo. (#3010)

This commit is contained in:
Michał Lipiński
2017-02-15 16:20:48 +01:00
committed by John-David Dalton
parent 2baf7a3e9e
commit 2d83592273

View File

@@ -31,7 +31,7 @@ function baseIntersection(arrays, iteratee, comparator) {
while (othIndex--) {
array = arrays[othIndex]
if (othIndex && iteratee) {
array = arrayMap(array, valye => iteratee(value))
array = arrayMap(array, value => iteratee(value))
}
maxLength = nativeMin(array.length, maxLength)
caches[othIndex] = !comparator && (iteratee || (length >= 120 && array.length >= 120))