From 33f454bb75678a02f8c7159e61144aae85967b52 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 13 Oct 2015 06:20:19 -0700 Subject: [PATCH] Correct the jsdoc `@name` tag of the chain wrapper `Symbol.iterator` function. [ci skip] --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.js b/lodash.js index 7c0d6c7a2..18f4337d9 100644 --- a/lodash.js +++ b/lodash.js @@ -6599,7 +6599,7 @@ /** * Enables the wrapper to be iterable. * - * @name next + * @name Symbol.iterator * @memberOf _ * @category Chain * @returns {Object} Returns the wrapper object.