Don't spell out two hundred. [ci skip]

This commit is contained in:
John-David Dalton
2016-04-05 21:52:17 -07:00
parent 5e2f113d50
commit 27d3311b6a

View File

@@ -1487,9 +1487,9 @@
* Shortcut fusion is an optimization to merge iteratee calls; this avoids * Shortcut fusion is an optimization to merge iteratee calls; this avoids
* the creation of intermediate arrays and can greatly reduce the number of * the creation of intermediate arrays and can greatly reduce the number of
* iteratee executions. Sections of a chain sequence qualify for shortcut * iteratee executions. Sections of a chain sequence qualify for shortcut
* fusion if the section is applied to an array of at least two hundred * fusion if the section is applied to an array of at least `200` elements
* elements and any iteratees accept only one argument. The heuristic for * and any iteratees accept only one argument. The heuristic for whether a
* whether a section qualifies for shortcut fusion is subject to change. * section qualifies for shortcut fusion is subject to change.
* *
* Chaining is supported in custom builds as long as the `_#value` method is * Chaining is supported in custom builds as long as the `_#value` method is
* directly or indirectly included in the build. * directly or indirectly included in the build.