mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 00:43:26 +08:00
chapter5: fix typos.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user