From c8c6a7e7b1ea157c9eed12f3019287c8a850e11e Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 25 Sep 2016 00:39:04 -0700 Subject: [PATCH] Fix `arraySample` description. [ci skip] --- lodash.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lodash.js b/lodash.js index 92b6fb106..b1b8f4b6e 100644 --- a/lodash.js +++ b/lodash.js @@ -2399,8 +2399,7 @@ } /** - * A specialized version of `_.sample` for arrays without support for iteratee - * shorthands. + * A specialized version of `_.sample` for arrays. * * @private * @param {Array} array The array to sample.