From 7912b08c4148e552bc398ca9b824c5f89b529848 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 22 Oct 2015 22:50:56 -0700 Subject: [PATCH] Rename `restParam` to `rest` in `aryMethodMap`. --- lib/fp/mapping.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fp/mapping.js b/lib/fp/mapping.js index 58f8e2c8e..7638737bf 100644 --- a/lib/fp/mapping.js +++ b/lib/fp/mapping.js @@ -50,7 +50,7 @@ module.exports = { 'aryMethodMap': { 1: ( 'attempt,ceil,create,curry,floor,iteratee,invert,memoize,method,methodOf,' + - 'mixin,restParam,reverse,round,runInContext,template,trim,trimLeft,trimRight,' + + 'mixin,rest,reverse,round,runInContext,template,trim,trimLeft,trimRight,' + 'words,zipObject').split(','), 2: ( 'ary,assign,at,bind,bindKey,cloneDeepWith,cloneWith,countBy,curryN,debounce,' +