diff options
Diffstat (limited to 'meta/template')
-rw-r--r-- | meta/template/basic.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/template/basic.lua b/meta/template/basic.lua index bb1464d6..7a42ab74 100644 --- a/meta/template/basic.lua +++ b/meta/template/basic.lua @@ -137,7 +137,6 @@ function next(table, index) end ---@param t T ---@return fun(table: table<K, V>, index?: K):K, V ---@return T ----@return nil function pairs(t) end ---#DES 'pcall' |