From ef136c9d001ca5dcf7b3823479e7b5a901efdecf Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Fri, 11 Apr 2014 23:24:45 -0700 Subject: [PATCH] Doc nit for `_.pairs`. [ci skip] --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.js b/lodash.js index 316a75946..6312c9264 100644 --- a/lodash.js +++ b/lodash.js @@ -6840,7 +6840,7 @@ * @memberOf _ * @category Objects * @param {Object} object The object to inspect. - * @returns {Array} Returns new array of key-value pairs. + * @returns {Array} Returns the new array of key-value pairs. * @example * * _.pairs({ 'barney': 36, 'fred': 40 });