From c09474e54cbb27fe66b2969a8c4c47dca58c4841 Mon Sep 17 00:00:00 2001 From: Jimin Hsieh Date: Tue, 10 Oct 2017 01:32:32 +0000 Subject: [PATCH] =doc Full word "upstream" in docs (#23797) --- .../src/main/paradox/scala/stream/stream-flows-and-basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/scala/stream/stream-flows-and-basics.md b/akka-docs/src/main/paradox/scala/stream/stream-flows-and-basics.md index 2f64bcf82a..aa1c6c8e3f 100644 --- a/akka-docs/src/main/paradox/scala/stream/stream-flows-and-basics.md +++ b/akka-docs/src/main/paradox/scala/stream/stream-flows-and-basics.md @@ -59,7 +59,7 @@ Sink producer of elements Flow -: A processing stage which has *exactly one input and output*, which connects its up- and downstreams by +: A processing stage which has *exactly one input and output*, which connects its upstream and downstream by transforming the data elements flowing through it. RunnableGraph