diff options
author | --get-all <fesil@foxmail.com> | 2022-03-28 16:29:19 +0800 |
---|---|---|
committer | fesily <fesil@foxmail.com> | 2022-03-28 16:29:19 +0800 |
commit | 5873074a6f10b09f885ef8a0f819dc8b1004f50c (patch) | |
tree | c1d86feba70f9e736669c8dd78e3765f40a0100b | |
parent | abb876f0f5c8c138dc457c8a8ee5a60d043b2f4a (diff) | |
download | lua-language-server-5873074a6f10b09f885ef8a0f819dc8b1004f50c.zip |
Update basic.lua
fix name
-rw-r--r-- | meta/template/basic.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/template/basic.lua b/meta/template/basic.lua index aa310508..1b7b377a 100644 --- a/meta/template/basic.lua +++ b/meta/template/basic.lua @@ -127,10 +127,10 @@ function loadfile(filename, mode, env) end function loadstring(text, chunkname) end ---@version 5.1 ----@param flag_or_proxy boolean | table +---@param proxy boolean | table ---@return userdata ---@nodiscard -function newproxy(flag_or_proxy) end +function newproxy(proxy) end ---@version 5.1 ---#DES 'module' |