mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-27 09:33:52 +01:00
table_reduce: typo
This commit is contained in:
parent
2ecc8cb2d7
commit
87812679d9
@ -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 New Issue
Block a user