Correct the jsdoc @name tag of the chain wrapper Symbol.iterator function. [ci skip]

This commit is contained in:
John-David Dalton
2015-10-13 06:20:19 -07:00
parent 1fd5d501b0
commit 33f454bb75

View File

@@ -6599,7 +6599,7 @@
/**
* Enables the wrapper to be iterable.
*
* @name next
* @name Symbol.iterator
* @memberOf _
* @category Chain
* @returns {Object} Returns the wrapper object.