fix a typo

This commit is contained in:
xingxing
2015-01-23 23:31:06 +08:00
parent 9aed73c38b
commit 3637a9c986

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)