From 81f8518d1512466f11e0df31223174f8d30ccee0 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 12 Mar 2016 09:01:06 -0800 Subject: [PATCH] Simplify `assocIndexOf` description. [ci skip] --- lodash.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lodash.js b/lodash.js index 01785407f..22fe0eb41 100644 --- a/lodash.js +++ b/lodash.js @@ -2159,8 +2159,7 @@ } /** - * Gets the index at which the first occurrence of `key` is found in `array` - * of key-value pairs. + * Gets the index at which the `key` is found in `array` of key-value pairs. * * @private * @param {Array} array The array to search.