mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 02:17:48 +00:00
Fix returns tag typo in _.toLength docs. [ci skip]
This commit is contained in:
committed by
John-David Dalton
parent
473d059efd
commit
2fb778413b
@@ -10214,7 +10214,7 @@
|
|||||||
* @memberOf _
|
* @memberOf _
|
||||||
* @category Lang
|
* @category Lang
|
||||||
* @param {*} value The value to convert.
|
* @param {*} value The value to convert.
|
||||||
* @return {number} Returns the converted integer.
|
* @returns {number} Returns the converted integer.
|
||||||
* @example
|
* @example
|
||||||
*
|
*
|
||||||
* _.toLength(3);
|
* _.toLength(3);
|
||||||
|
|||||||
Reference in New Issue
Block a user