This website works better with JavaScript
Home
Explore
Help
Sign In
nice-repo-share
/
the-way-to-go_ZH_CN
mirror of
https://github.com/Unknwon/the-way-to-go_ZH_CN.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Merge pull request
#92
from ikidou/master
更正其中的一个错误
无闻
10 years ago
parent
650e5f3d68
632a1a6ea9
commit
29ad231d45
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
eBook/07.1.md
+ 1
- 1
eBook/07.1.md
View File
@@ -69,7 +69,7 @@ IDIOM:
IDIOM:
- for
_,
i:= range arr1 {
+ for i
,_
:= range arr1 {
...
}