Skip to content

Commit b1aadee

Browse files
Update flow.md (#2822)
1 parent b231887 commit b1aadee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Notice the following differences in the code with the [Flow] from the earlier ex
157157
* Values are _emitted_ from the flow using [emit][FlowCollector.emit] function.
158158
* Values are _collected_ from the flow using [collect][collect] function.
159159

160-
> We can replace [delay] with `Thread.sleep` in the body of `foo`'s `flow { ... }` and see that the main
160+
> We can replace [delay] with `Thread.sleep` in the body of `simple`'s `flow { ... }` and see that the main
161161
> thread is blocked in this case.
162162
>
163163
{type="note"}

0 commit comments

Comments
 (0)