mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
table_reduce: typo
This commit is contained in:
parent
2ecc8cb2d7
commit
87812679d9
1 changed files with 3 additions and 1 deletions
|
@ -10,4 +10,6 @@ local function table_reduce(tbl, func, initial_value)
|
||||||
acc = func(acc, value, key, tbl)
|
acc = func(acc, value, key, tbl)
|
||||||
end
|
end
|
||||||
return acc
|
return acc
|
||||||
end
|
end
|
||||||
|
|
||||||
|
return table_reduce
|
Loading…
Reference in a new issue