chapter5: fix typos.

This commit is contained in:
Zhang Wanming
2015-07-04 15:04:08 +08:00
parent 377f88d901
commit 720d508906
2 changed files with 5 additions and 4 deletions

View File

@@ -64,13 +64,14 @@ func main() {
```
0 1 2 3 4 6 7 8 9
5 is skipped
```
5被跳过了
关键字 continue 只能被用于 for 循环中
## 链接
- [目录](directory.md)
- 上一节[for 结构](05.4.md)
- 下一节[标签与 goto](05.6.md)
- 下一节[标签与 goto](05.6.md)