Skip to content

Commit

Permalink
修复《异步流》的一个翻译错误
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaoyuang committed Oct 27, 2020
1 parent ea7091e commit 74e1494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ I'm not blocked 3
* 流使用 [emit][FlowCollector.emit] 函数 _发射_ 值。
* 流使用 [collect][collect] 函数 _收集_ 值。

> 我们可以在 `simple``flow { ... }` 函数体内使用 [delay] 代替 `Thread.sleep`
> 我们可以在 `simple``flow { ... }` 函数体内使用 `Thread.sleep` 代替 [delay]
以观察主线程在本案例中被阻塞了。

### 流是冷的
Expand Down

0 comments on commit 74e1494

Please sign in to comment.