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
* @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) {