Update 07.1.md

change usage of range
This commit is contained in:
Yongzheng Lai
2015-01-07 15:54:16 +08:00
parent fcfb4bce8f
commit 9979afbc6c

View File

@@ -69,7 +69,7 @@ IDIOM:
IDIOM:
for i:= range arr1 {
for _,i:= range arr1 {
...
}