Skip to content

Commit

Permalink
docs: fix typo in async function (#1657)
Browse files Browse the repository at this point in the history
  • Loading branch information
BccSafe authored and atian25 committed Nov 13, 2017
1 parent 9f362d8 commit ac55d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/zh-cn/tutorials/async-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ async function getUser() {

## 和 generator function 的细微差别

尽管两者的编程模型基本一模一样,但是 [co] 做了一些特殊处理,例如支持 yield 一个数组(对象),这些在 async function 中都无法原生做到,但是基于一些 Prmoise 提供的方法以及工具库,也可以轻松的实现这些功能。
尽管两者的编程模型基本一模一样,但是 [co] 做了一些特殊处理,例如支持 yield 一个数组(对象),这些在 async function 中都无法原生做到,但是基于一些 Promise 提供的方法以及工具库,也可以轻松的实现这些功能。

- generator function

Expand Down

0 comments on commit ac55d5e

Please sign in to comment.