fix missing letter typo

This commit is contained in:
Ray Klass 2017-10-30 21:56:06 -04:00
parent c05a3e0e26
commit c7bc0ea81a

View file

@ -26,7 +26,7 @@ slowing down the upstream producer to match their consumption speeds.
In the context of Akka Streams back-pressure is always understood as *non-blocking* and *asynchronous*.
Non-Blocking
: Means that a certain operation does not hinder the progress of the calling thread, even if it takes long time to
: Means that a certain operation does not hinder the progress of the calling thread, even if it takes a long time to
finish the requested operation.
Graph
@ -354,4 +354,4 @@ been signalled already thus the ordering in the case of zipping is defined b
If you find yourself in need of fine grained control over order of emitted elements in fan-in
scenarios consider using `MergePreferred`, `MergePrioritized` or `GraphStage` which gives you full control over how the
merge is performed.
merge is performed.