summaryrefslogtreecommitdiff
path: root/meta/template
diff options
context:
space:
mode:
author--get-all <fesil@foxmail.com>2022-03-28 15:18:07 +0800
committerfesily <fesil@foxmail.com>2022-03-28 15:18:07 +0800
commitabb876f0f5c8c138dc457c8a8ee5a60d043b2f4a (patch)
treed8810fb88b05649f71ec7c58c2e34046939eda94 /meta/template
parent301944d9cc57c1f3c3a79334a0e3c886fb8dceb0 (diff)
downloadlua-language-server-abb876f0f5c8c138dc457c8a8ee5a60d043b2f4a.zip
Update basic.lua
fix newproxy return type to userdata
Diffstat (limited to 'meta/template')
-rw-r--r--meta/template/basic.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/template/basic.lua b/meta/template/basic.lua
index 527fb36f..aa310508 100644
--- a/meta/template/basic.lua
+++ b/meta/template/basic.lua
@@ -128,7 +128,7 @@ function loadstring(text, chunkname) end
---@version 5.1
---@param flag_or_proxy boolean | table
----@return table
+---@return userdata
---@nodiscard
function newproxy(flag_or_proxy) end