Skip to content

Commit aea444e

Browse files
savokissleviding
andauthored
Update 1-js/11-async/08-async-await/03-async-from-regular/task.md
Co-Authored-By: LeviDing <imdingxuewen@gmail.com>
1 parent 3134607 commit aea444e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/11-async/08-async-await/03-async-from-regular

1-js/11-async/08-async-await/03-async-from-regular/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ async function wait() {
1111
}
1212

1313
function f() {
14-
// ...这里怎么写?
14+
// ...这里怎么写
1515
// 我们需要调用 async wait() 等待并拿到结果 10
1616
// 记住, 我们不能使用 「await」
1717
}

0 commit comments

Comments
 (0)