Skip to content

Commit 5de9240

Browse files
committed
Merge pull request astaxie#305 from mikulely/patch-9
更正笔误
2 parents 7fe72e8 + 2e13f0c commit 5de9240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ebook/02.8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- func 用于定义函数和方法
1414
- return 用于从函数返回
1515
- defer 用于类似析构函数
16-
- go 用于并行
16+
- go 用于并发
1717
- select 用于选择不同类型的通讯
1818
- interface 用于定义接口,参考2.6小节
1919
- struct 用于定义抽象数据类型,参考2.5小节

0 commit comments

Comments
 (0)