Skip to content

Commit fd820ea

Browse files
authored
Merge pull request iswbm#1 from wanf3ng/patch-1
Update c10_11.md
2 parents 48b3634 + e483e30 commit fd820ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/c10/c10_11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ while True:
8989
```
9090
输出结果
9191

92-
由于是同步的,所以总共耗时max(6, 3)=`6`
92+
由于是异步的,所以总共耗时max(6, 3)=`6`
9393
```python
9494
Thu May 31 22:23:35 2018
9595
第二个 协程运行完..

0 commit comments

Comments
 (0)