summaryrefslogtreecommitdiff
path: root/meta/template/table.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/template/table.lua')
-rw-r--r--meta/template/table.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/template/table.lua b/meta/template/table.lua
index c0bdac14..12d69c43 100644
--- a/meta/template/table.lua
+++ b/meta/template/table.lua
@@ -35,7 +35,7 @@ function table.maxn(table) end
---@return table a2
function table.move(a1, f, e, t, a2) end
----@version >5.2
+---@version >5.2, JIT
---#DES 'table.pack'
---@return table
function table.pack(...) end
@@ -51,7 +51,7 @@ function table.remove(list, pos) end
---@param comp fun(a: any, b: any):boolean
function table.sort(list, comp) end
----@version >5.2
+---@version >5.2, JIT
---#DES 'table.unpack'
---@param list table
---@param i? integer