Fix returns tag typo in _.toLength docs. [ci skip]

This commit is contained in:
think2011
2016-01-17 12:08:35 +08:00
committed by John-David Dalton
parent 473d059efd
commit 2fb778413b

View File

@@ -10214,7 +10214,7 @@
* @memberOf _
* @category Lang
* @param {*} value The value to convert.
* @return {number} Returns the converted integer.
* @returns {number} Returns the converted integer.
* @example
*
* _.toLength(3);