Merge pull request #897 from Phineas/patch-1

Fix spelling mistake
This commit is contained in:
astaxie
2017-10-02 16:32:06 +08:00
committed by GitHub

View File

@@ -124,7 +124,7 @@ With go you can as well create an infinite loop, which is equivalent to `while t
```GO
for {
// yout logic
// your logic
}
```
### switch