summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorjeferson.silva <jeferson.silva@splab.ufcg.edu.br>2021-10-23 22:38:34 -0300
committerjeferson.silva <jeferson.silva@splab.ufcg.edu.br>2021-10-23 22:38:34 -0300
commit601b4db6e584aeb175b96a65f8808d295287c0cb (patch)
treea9e4484c77e97208d8f9fb0bb140e6771d5eed1a /meta
parent671da5f2dd07a12b94c649ebdc2509d88d027340 (diff)
parentf1b65e183ac8d7d7b07e0ae8c2450091989ce10f (diff)
downloadlua-language-server-601b4db6e584aeb175b96a65f8808d295287c0cb.zip
Merge branch 'master' of https://github.com/sumneko/lua-language-server into pt-br-locale-support
Diffstat (limited to 'meta')
-rw-r--r--meta/template/basic.lua2
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