From 20d57e27c9c69f51958ad0e4f43d941b0087a0a1 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 9 Jul 2014 00:50:52 -0700 Subject: [PATCH] Minor doc nit. [ci skip] --- lodash.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lodash.js b/lodash.js index 4c9632d10..b8edddc88 100644 --- a/lodash.js +++ b/lodash.js @@ -301,8 +301,7 @@ * * @private * @param {Array|Object} collection The collection to iterate over. - * @param {number[]|string[]} [props] The property names or indexes of elements - * to pick. + * @param {number[]|string[]} [props] The property names or indexes of elements to pick. * @returns {Array} Returns the new array of picked elements. */ function baseAt(collection, props) {