diff --git a/lib/fp/mapping.js b/lib/fp/mapping.js index feb27e904..feadf63e7 100644 --- a/lib/fp/mapping.js +++ b/lib/fp/mapping.js @@ -82,7 +82,7 @@ module.exports = { 'dropRightWhile,dropWhile,endsWith,eq,every,extend,filter,find,find,findIndex,' + 'findKey,findLast,findLastIndex,findLastKey,flatMap,forEach,forEachRight,' + 'forIn,forInRight,forOwn,forOwnRight,get,groupBy,includes,indexBy,indexOf,' + - 'intersection,invoke,invokeMap,isMatch,lastIndexOf,map,mapKeys,mapValues,' + + 'intersection,invoke,invokeMap,isEqual,isMatch,lastIndexOf,map,mapKeys,mapValues,' + 'matchesProperty,maxBy,mean,minBy,merge,omit,orderBy,overArgs,pad,padLeft,' + 'padRight,parseInt,partition,pick,pull,pullAll,pullAt,random,range,rangeRight,' + 'rearg,reject,remove,repeat,result,sampleSize,some,sortBy,sortedIndexBy,' +