From 820e720b0ab39ddc5eedde3cc65bb17243b9bea4 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 26 Aug 2015 21:43:37 -0700 Subject: [PATCH] Cleanup various method descriptions. [ci skip] --- lodash.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lodash.js b/lodash.js index 3a11207f4..863c98f1c 100644 --- a/lodash.js +++ b/lodash.js @@ -299,7 +299,7 @@ } /** - * The base implementation of `_.indexOf` without support for binary searches. + * The base implementation of `_.indexOf` without `fromIndex` bounds checks. * * @private * @param {Array} array The array to search. @@ -1647,8 +1647,8 @@ } /** - * The base implementation of `_.difference` which accepts a single array - * of values to exclude. + * The base implementation of `_.difference` without support for individual + * values to exclude. * * @private * @param {Array} array The array to inspect. @@ -2245,7 +2245,7 @@ } /** - * The base implementation of `_.merge` without support multiple sources. + * The base implementation of `_.merge` without support for multiple sources. * * @private * @param {Object} object The destination object.