diff options
Diffstat (limited to 'meta/template/basic.lua')
-rw-r--r-- | meta/template/basic.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/template/basic.lua b/meta/template/basic.lua index c92f0a2a..5665dc59 100644 --- a/meta/template/basic.lua +++ b/meta/template/basic.lua @@ -132,7 +132,7 @@ function module(name, ...) end ---@return V function next(table, index) end ----#DES 'paris' +---#DES 'pairs' ---@generic T: table, K, V ---@param t T ---@return fun(table: table<K, V>, index?: K):K, V |