From bc3b8e73fe4991f0aeb6e9775885a1d2dc987cec Mon Sep 17 00:00:00 2001 From: Benjamin Tan Date: Wed, 12 Feb 2014 18:23:35 +0800 Subject: [PATCH] Fix minor typo [ci skip] --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.js b/lodash.js index f004e86f4..63dd32c58 100644 --- a/lodash.js +++ b/lodash.js @@ -1388,7 +1388,7 @@ } /** - * The base implementation of `_.forEachEach` without support for callback + * The base implementation of `_.forEachRight` without support for callback * shorthands or `thisArg` binding. * * @private