Rename restParam to rest in aryMethodMap.

This commit is contained in:
John-David Dalton
2015-10-22 22:50:56 -07:00
parent 643ffce289
commit 7912b08c41

View File

@@ -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,' +