From b32fc6f6e6be692b6534a3772ac9cdaa519d88bb Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 6 Aug 2016 17:15:54 -0700 Subject: [PATCH] Minor function/method nit. [ci skip] --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.js b/lodash.js index 7c96c198e..6b8a173b7 100644 --- a/lodash.js +++ b/lodash.js @@ -11242,7 +11242,7 @@ /** * Checks if `value` is a valid array-like length. * - * **Note:** This function is loosely based on + * **Note:** This method is loosely based on * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength). * * @static