mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-23 15:43:50 +01:00
table_reduce: typo
This commit is contained in:
parent
2ecc8cb2d7
commit
87812679d9
@ -10,4 +10,6 @@ local function table_reduce(tbl, func, initial_value)
|
||||
acc = func(acc, value, key, tbl)
|
||||
end
|
||||
return acc
|
||||
end
|
||||
end
|
||||
|
||||
return table_reduce
|
Loading…
Reference in New Issue
Block a user