mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2025-04-08 17:51:24 +02:00
table_reduce: typo
This commit is contained in:
@ -11,3 +11,5 @@ local function table_reduce(tbl, func, initial_value)
|
|||||||
end
|
end
|
||||||
return acc
|
return acc
|
||||||
end
|
end
|
||||||
|
|
||||||
|
return table_reduce
|
Reference in New Issue
Block a user