summaryrefslogtreecommitdiff
path: root/meta/template/basic.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/template/basic.lua')
-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 017a06d1..38e4e6e6 100644
--- a/meta/template/basic.lua
+++ b/meta/template/basic.lua
@@ -41,7 +41,7 @@ function collectgarbage(opt, arg) end
---#DES 'dofile'
---@param filename? string
----@return any
+---@return any ...
function dofile(filename) end
---#DES 'error'