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, 3 insertions, 1 deletions
diff --git a/meta/template/table.lua b/meta/template/table.lua
index af8c8711..a5f6a286 100644
--- a/meta/template/table.lua
+++ b/meta/template/table.lua
@@ -1,9 +1,11 @@
---@meta
---#DES 'table'
----@class table*
+---@class tablelib
table = {}
+---@alias table* tablelib
+
---#DES 'table.concat'
---@param list table
---@param sep? string