diff options
Diffstat (limited to 'testes/locals.lua')
| -rw-r--r-- | testes/locals.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/locals.lua b/testes/locals.lua index ccea0a14..eeeb4338 100644 --- a/testes/locals.lua +++ b/testes/locals.lua | |||
| @@ -1162,7 +1162,7 @@ do | |||
| 1162 | local function open (x) | 1162 | local function open (x) |
| 1163 | numopen = numopen + 1 | 1163 | numopen = numopen + 1 |
| 1164 | return | 1164 | return |
| 1165 | function () -- iteraction function | 1165 | function () -- iteration function |
| 1166 | x = x - 1 | 1166 | x = x - 1 |
| 1167 | if x > 0 then return x end | 1167 | if x > 0 then return x end |
| 1168 | end, | 1168 | end, |
