Fix arraySample description. [ci skip]

This commit is contained in:
John-David Dalton
2016-09-25 00:39:04 -07:00
parent 69addb855e
commit c8c6a7e7b1

View File

@@ -2399,8 +2399,7 @@
} }
/** /**
* A specialized version of `_.sample` for arrays without support for iteratee * A specialized version of `_.sample` for arrays.
* shorthands.
* *
* @private * @private
* @param {Array} array The array to sample. * @param {Array} array The array to sample.