diff options
Diffstat (limited to 'tools/eslint/node_modules/lodash/intersectionWith.js')
-rw-r--r-- | tools/eslint/node_modules/lodash/intersectionWith.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/eslint/node_modules/lodash/intersectionWith.js b/tools/eslint/node_modules/lodash/intersectionWith.js index 736eca26a4..0ba2f9a61e 100644 --- a/tools/eslint/node_modules/lodash/intersectionWith.js +++ b/tools/eslint/node_modules/lodash/intersectionWith.js @@ -6,9 +6,9 @@ var arrayMap = require('./_arrayMap'), /** * This method is like `_.intersection` except that it accepts `comparator` - * which is invoked to compare elements of `arrays`. Result values are chosen - * from the first array. The comparator is invoked with two arguments: - * (arrVal, othVal). + * which is invoked to compare elements of `arrays`. The order and references + * of result values are determined by the first array. The comparator is + * invoked with two arguments: (arrVal, othVal). * * @static * @memberOf _ |