mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-11 22:53:43 +08:00
fix a typo
This commit is contained in:
@@ -131,7 +131,7 @@ func main() {
|
||||
switch 语句的第三种形式是包含一个初始化语句:
|
||||
|
||||
```
|
||||
swtich initialization {
|
||||
switch initialization {
|
||||
case val1:
|
||||
...
|
||||
case val2:
|
||||
|
Reference in New Issue
Block a user