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