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 /locale/en-us | |
parent | 8b3e2f7597fb267f70362903d2fbe285edde03c1 (diff) | |
download | lua-language-server-7374ef8df4441fd1878ad034450a04a51a79e4a5.zip |
typo: paris -> pairs
Diffstat (limited to 'locale/en-us')
-rw-r--r-- | locale/en-us/meta.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/en-us/meta.lua b/locale/en-us/meta.lua index ffb4fee7..acbb510c 100644 --- a/locale/en-us/meta.lua +++ b/locale/en-us/meta.lua @@ -47,7 +47,7 @@ The order in which the indices are enumerated is not specified, *even for numeri The behavior of `next` is undefined if, during the traversal, you assign any value to a non-existent field in the table. You may however modify existing fields. In particular, you may set existing fields to nil. ]] -paris = [[ +pairs = [[ If `t` has a metamethod `__pairs`, calls it with t as argument and returns the first three results from the call. Otherwise, returns three values: the $next function, the table `t`, and `nil`, so that the construction |