diff options
author | jeferson.silva <jeferson.silva@splab.ufcg.edu.br> | 2021-10-21 15:44:03 -0300 |
---|---|---|
committer | jeferson.silva <jeferson.silva@splab.ufcg.edu.br> | 2021-10-21 15:44:03 -0300 |
commit | 7374ef8df4441fd1878ad034450a04a51a79e4a5 (patch) | |
tree | c39b3d10e440a18d712d2def84333669feb34645 /meta | |
parent | 8b3e2f7597fb267f70362903d2fbe285edde03c1 (diff) | |
download | lua-language-server-7374ef8df4441fd1878ad034450a04a51a79e4a5.zip |
typo: paris -> pairs
Diffstat (limited to 'meta')
-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 |