Add missing param for _.reverse. [ci skip]

This commit is contained in:
Jeroen Engels
2016-03-16 21:57:57 +01:00
committed by John-David Dalton
parent 2b4f271899
commit b8ebceadaf

View File

@@ -6584,6 +6584,7 @@
* @memberOf _
* @since 4.0.0
* @category Array
* @param {Array} array The array to modify.
* @returns {Array} Returns `array`.
* @example
*