Skip to content

Commit e483e30

Browse files
authored
Update c10_11.md
更正了一个错误
1 parent 2da8659 commit e483e30

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)