From d3e7a90fb3952b8fd6320bbf63f813b9a74c38a1 Mon Sep 17 00:00:00 2001 From: Alex Afanasev Date: Sun, 2 Jun 2019 14:26:11 +0300 Subject: [PATCH] typo --- akka-docs/src/main/paradox/stream/stream-flows-and-basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/stream/stream-flows-and-basics.md b/akka-docs/src/main/paradox/stream/stream-flows-and-basics.md index 30d60373d5..adb60a7b26 100644 --- a/akka-docs/src/main/paradox/stream/stream-flows-and-basics.md +++ b/akka-docs/src/main/paradox/stream/stream-flows-and-basics.md @@ -312,7 +312,7 @@ by adding information to the flow graph that has been constructed up to this poi This means that everything that is inside the red bubble will be executed by one actor and everything outside of it by another. This scheme can be applied successively, always having one such boundary enclose the previous ones plus all -operators that have been added since them. +operators that have been added since then. @@@ warning