table_reduce: typo

This commit is contained in:
Starbeamrainbowlabs 2023-01-21 02:34:47 +00:00
parent 2ecc8cb2d7
commit 87812679d9
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

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