s/reduce/rollup wording correction in stream-decorator-reference.adoc

This commit is contained in:
Christine Poerschke 2019-04-02 19:25:52 +01:00
parent 3de0b36719
commit c62db30597
1 changed files with 1 additions and 1 deletions

View File

@ -1031,7 +1031,7 @@ The worker nodes can be from the same collection as the data, or they can be a d
sort="year_i desc")
----
The expression above shows a `parallel` function wrapping a `reduce` function. This will cause the `reduce` function to be run in parallel across 20 worker nodes.
The expression above shows a `parallel` function wrapping a `rollup` function. This will cause the `rollup` function to be run in parallel across 20 worker nodes.
.Warmup
[TIP]