table_reduce: typo

This commit is contained in:
Starbeamrainbowlabs
2023-01-21 02:34:47 +00:00
parent 2ecc8cb2d7
commit 87812679d9

View File

@ -11,3 +11,5 @@ local function table_reduce(tbl, func, initial_value)
end
return acc
end
return table_reduce