Minor doc nit. [ci skip]

This commit is contained in:
John-David Dalton
2014-07-09 00:50:52 -07:00
parent 4606c8092f
commit 20d57e27c9

View File

@@ -301,8 +301,7 @@
* *
* @private * @private
* @param {Array|Object} collection The collection to iterate over. * @param {Array|Object} collection The collection to iterate over.
* @param {number[]|string[]} [props] The property names or indexes of elements * @param {number[]|string[]} [props] The property names or indexes of elements to pick.
* to pick.
* @returns {Array} Returns the new array of picked elements. * @returns {Array} Returns the new array of picked elements.
*/ */
function baseAt(collection, props) { function baseAt(collection, props) {