Skip to content

Commit b3acd8f

Browse files
fesilylewis6991
andauthored
Update script/vm/compiler.lua
Co-authored-by: Lewis Russell <me@lewisr.dev>
1 parent 56e7ada commit b3acd8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/vm/compiler.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ local function compileFunctionParam(func, source)
10551055
local derviationParam = config.get(guide.getUri(func), 'Lua.type.inferParamType')
10561056
if derviationParam and func.parent.type == 'local' and func.parent.ref then
10571057
local refs = func.parent.ref
1058-
local finded
1058+
local found
10591059
for _, ref in ipairs(refs) do
10601060
if ref.parent.type ~= 'call' then
10611061
goto continue

0 commit comments

Comments
 (0)