mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
spelling: fields
This commit is contained in:
parent
dd4702ac09
commit
86715a01b1
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue