diff --git a/akka-docs/rst/scala/dataflow.rst b/akka-docs/rst/scala/dataflow.rst index 51080f174e..c03f5fe6cc 100644 --- a/akka-docs/rst/scala/dataflow.rst +++ b/akka-docs/rst/scala/dataflow.rst @@ -5,7 +5,7 @@ Description ----------- Akka implements `Oz-style dataflow concurrency `_ -by using a special API for :ref:`futures-scala` that enables a complimentary way of writing synchronous-looking code that in reality is asynchronous. +by using a special API for :ref:`futures-scala` that enables a complementary way of writing synchronous-looking code that in reality is asynchronous. The benefit of Dataflow concurrency is that it is deterministic; that means that it will always behave the same. If you run it once and it yields output 5 then it will do that **every time**, run it 10 million times - same result.