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 });