Skip to content

Commit 8c10029

Browse files
authoredOct 2, 2017
Merge pull request astaxie#897 from Phineas/patch-1
Fix spelling mistake
2 parents 4adda64 + 8dcad5c commit 8c10029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎en/02.3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ With go you can as well create an infinite loop, which is equivalent to `while t
124124

125125
```GO
126126
for {
127-
// yout logic
127+
// your logic
128128
}
129129
```
130130
### switch

0 commit comments

Comments
 (0)