From c142cfc81dce4c3cbd3ff4ceb33e13df13062be9 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 31 Oct 2015 11:01:13 -0700 Subject: [PATCH] Add "loosely" qualify to the `_.isLength` spec note. [ci skip] --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.js b/lodash.js index f44b24213..72fdb71e1 100644 --- a/lodash.js +++ b/lodash.js @@ -9311,7 +9311,7 @@ /** * Checks if `value` is a valid array-like length. * - * **Note:** This function is based on [`ToLength`](http://ecma-international.org/ecma-262/6.0/#sec-tolength). + * **Note:** This function is loosely based on [`ToLength`](http://ecma-international.org/ecma-262/6.0/#sec-tolength). * * @static * @memberOf _