diff options
author | sumneko <sumneko@hotmail.com> | 2022-03-11 22:09:42 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2022-03-11 22:09:42 +0800 |
commit | 0cd41e39f4439a442ef8d7b55e79549f48591034 (patch) | |
tree | e5d14c8eab149b9e64ecc6007cdde23ae5adb81a /meta/template | |
parent | e665f6f914eec9e3beca165f1ad7ff432573c740 (diff) | |
download | lua-language-server-0cd41e39f4439a442ef8d7b55e79549f48591034.zip |
update
Diffstat (limited to 'meta/template')
-rw-r--r-- | meta/template/builtin.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/template/builtin.lua b/meta/template/builtin.lua index 18803dc7..41858096 100644 --- a/meta/template/builtin.lua +++ b/meta/template/builtin.lua @@ -10,7 +10,7 @@ ---@class integer: number ---@class thread ---@class table<K, V>: { [K]: V } ----@class string +---@class string: stringlib ---@class userdata ---@class lightuserdata ---@class function |