Skip to content

Commit 81bb05d

Browse files
committed
LuaLS#693 typo
1 parent 4027ed6 commit 81bb05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/proto/define.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ m.BuiltinType = {
272272
['string'] = true,
273273
['userdata'] = true,
274274
['lightuserdata'] = true,
275-
['Function'] = true,
275+
['function'] = true,
276276
}
277277

278278
m.InlayHintKind = {

0 commit comments

Comments
 (0)