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