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: