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 语句的第三种形式是包含一个初始化语句: switch 语句的第三种形式是包含一个初始化语句:
``` ```
swtich initialization { switch initialization {
case val1: case val1:
... ...
case val2: case val2: