From 2fb778413b5dd0494dc5598b60d694cd7d8b5ed4 Mon Sep 17 00:00:00 2001 From: think2011 <452125301@qq.com> Date: Sun, 17 Jan 2016 12:08:35 +0800 Subject: [PATCH] Fix returns tag typo in `_.toLength` docs. [ci skip] --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.js b/lodash.js index 1501f1f5b..4f3d046b2 100644 --- a/lodash.js +++ b/lodash.js @@ -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);