Fix spelling mistake

"yout" -> "your"
This commit is contained in:
Phineas
2017-09-29 09:34:30 +01:00
committed by GitHub
parent af90cc4778
commit 8dcad5cf1e

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