mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 11:42:33 +00:00
fix typo
This commit is contained in:
@@ -238,7 +238,7 @@ block:
|
||||
# bug #13739
|
||||
iterator myIter(arg: openarray[int]): int =
|
||||
var tmp = 0
|
||||
leten = arg.len
|
||||
let len = arg.len
|
||||
while tmp < len:
|
||||
yield arg[tmp] * 2
|
||||
inc tmp
|
||||
|
||||
Reference in New Issue
Block a user