Very minor grammar change that was incorrect on both the Scala and Java docs around fused steam processing.

This commit is contained in:
bill 2017-02-27 20:37:42 -06:00 committed by Konrad `ktoso` Malawski
parent 0850fe328f
commit fadefd01c6
2 changed files with 2 additions and 2 deletions

View file

@ -234,7 +234,7 @@ consequences:
* starting up a stream may take longer than before due to executing the fusion algorithm
* passing elements from one processing stage to the next is a lot faster between fused
stages due to avoiding the asynchronous messaging overhead
* fused stream processing stages do no longer run in parallel to each other, meaning that
* fused stream processing stages no longer run in parallel to each other, meaning that
only up to one CPU core is used for each fused part
The first point can be countered by pre-fusing and then reusing a stream blueprint as sketched below: