summaryrefslogtreecommitdiff
path: root/script/vm/def.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-06-23 17:38:38 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-06-23 17:38:38 +0800
commit61d9a99cb32487defbf72486d079e9c7324e4e51 (patch)
treedc1f81dfb50ac5e0254ededb101611f8bf48c6ac /script/vm/def.lua
parent5d46db21e707be3b23655ef7fc1dfc41c36464a2 (diff)
downloadlua-language-server-61d9a99cb32487defbf72486d079e9c7324e4e51.zip
update
Diffstat (limited to 'script/vm/def.lua')
-rw-r--r--script/vm/def.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/vm/def.lua b/script/vm/def.lua
index 03743826..a7af29b2 100644
--- a/script/vm/def.lua
+++ b/script/vm/def.lua
@@ -33,7 +33,7 @@ local searchFieldSwitch = util.switch()
end
end)
: case 'global'
- ---@param obj vm.object
+ ---@param obj vm.global
---@param key string
: call(function (suri, obj, key, pushResult)
if obj.cate == 'variable' then