summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-09-30 19:51:39 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-09-30 19:51:39 +0800
commit81bb05dee252e5da88cfcc9a9c7c78c9af42c738 (patch)
tree999239766acd61b00b91a0c1204c76da2a9e2a98 /script
parent4027ed6c4c4061ef3d436caa008ee9df750751ad (diff)
downloadlua-language-server-81bb05dee252e5da88cfcc9a9c7c78c9af42c738.zip
#693 typo
Diffstat (limited to 'script')
-rw-r--r--script/proto/define.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/proto/define.lua b/script/proto/define.lua
index f14117ab..1903e8bd 100644
--- a/script/proto/define.lua
+++ b/script/proto/define.lua
@@ -272,7 +272,7 @@ m.BuiltinType = {
['string'] = true,
['userdata'] = true,
['lightuserdata'] = true,
- ['Function'] = true,
+ ['function'] = true,
}
m.InlayHintKind = {