Skip to content

Commit 6cbaf7e

Browse files
committed
Merge pull request astaxie#299 from mikulely/patch-2
添加段落结束落下的句号
2 parents bde2478 + 12c6bfa commit 6cbaf7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ebook/02.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 2.3 流程和函数
2-
这小节我们要介绍Go里面的流程控制以及函数操作
2+
这小节我们要介绍Go里面的流程控制以及函数操作
33
## 流程控制
44
流程控制在编程语言中是最伟大的发明了,因为有了它,你可以通过很简单的流程描述来表达很复杂的逻辑。流程控制包含分三大类:条件判断,循环控制和无条件跳转。
55
### if

0 commit comments

Comments
 (0)