Skip to content

Commit 4328ef4

Browse files
committed
修改了英文错别字
1 parent 813b5b3 commit 4328ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2.2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ GO里面有一个关键字`iota`,这个关键字用来申明enum的时候采
239239
###Go设计的一些规则
240240
Go之所以会那么简洁,是因为他有一些默认的行为
241241
- 大写字母开头的变量是导出的,也就是其他包可以读取的,类似类中的public的概念
242-
- 大写字母开头的函数也是一样,相当于public的函数,小写的就是类似primary
242+
- 大写字母开头的函数也是一样,相当于public的函数,小写的就是类似private
243243

244244
##array、slice、map
245245

0 commit comments

Comments
 (0)