Merge pull request #69 from itxx00/patch-1

fix a typo
This commit is contained in:
无闻
2015-01-30 09:08:33 -05:00

View File

@@ -131,7 +131,7 @@ func main() {
switch 语句的第三种形式是包含一个初始化语句:
```
swtich initialization {
switch initialization {
case val1:
...
case val2:
@@ -190,4 +190,4 @@ switch k {
- [目录](directory.md)
- 上一节:[测试多返回值函数的错误](05.2.md)
- 下一节:[for 结构](05.4.md)
- 下一节:[for 结构](05.4.md)