spelling: fields

This commit is contained in:
Josh Soref 2021-11-04 00:35:24 -04:00
parent dd4702ac09
commit 86715a01b1

View file

@ -117,7 +117,7 @@ if rawget(_G, "querytab") then
local t = querytab(a)
for k,_ in pairs(a) do a[k] = nil end
collectgarbage() -- restore GC and collect dead fiels in `a'
collectgarbage() -- restore GC and collect dead fields in `a'
for i=0,t-1 do
local k = querytab(a, i)
assert(k == nil or type(k) == 'number' or k == 'alo')