We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b231887 commit b1aadeeCopy full SHA for b1aadee
docs/topics/flow.md
@@ -157,7 +157,7 @@ Notice the following differences in the code with the [Flow] from the earlier ex
157
* Values are _emitted_ from the flow using [emit][FlowCollector.emit] function.
158
* Values are _collected_ from the flow using [collect][collect] function.
159
160
-> We can replace [delay] with `Thread.sleep` in the body of `foo`'s `flow { ... }` and see that the main
+> We can replace [delay] with `Thread.sleep` in the body of `simple`'s `flow { ... }` and see that the main
161
> thread is blocked in this case.
162
>
163
{type="note"}
0 commit comments