aboutsummaryrefslogtreecommitdiff
path: root/node_modules/lodash/wrapperLodash.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/lodash/wrapperLodash.js')
-rw-r--r--node_modules/lodash/wrapperLodash.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/node_modules/lodash/wrapperLodash.js b/node_modules/lodash/wrapperLodash.js
index bf27a3cbe..bd6e8ad9a 100644
--- a/node_modules/lodash/wrapperLodash.js
+++ b/node_modules/lodash/wrapperLodash.js
@@ -29,9 +29,9 @@ var hasOwnProperty = objectProto.hasOwnProperty;
* Shortcut fusion is an optimization to merge iteratee calls; this avoids
* the creation of intermediate arrays and can greatly reduce the number of
* iteratee executions. Sections of a chain sequence qualify for shortcut
- * fusion if the section is applied to an array of at least `200` elements
- * and any iteratees accept only one argument. The heuristic for whether a
- * section qualifies for shortcut fusion is subject to change.
+ * fusion if the section is applied to an array and iteratees accept only
+ * one argument. The heuristic for whether a section qualifies for shortcut
+ * fusion is subject to change.
*
* Chaining is supported in custom builds as long as the `_#value` method is
* directly or indirectly included in the build.