From 643ffce28930994dbaea1416be8466e70ba43945 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 22 Oct 2015 22:49:56 -0700 Subject: [PATCH] Fix `aliasMap` typo. --- 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 0ceb7c711..58f8e2c8e 100644 --- a/lib/fp/mapping.js +++ b/lib/fp/mapping.js @@ -4,7 +4,7 @@ module.exports = { 'aliasMap': { 'forEach': ['each'], 'forEachRight': ['eachRight'], - 'first': ['head'] + 'head': ['first'] }, /** Used to map method names to their iteratee ary. */