summaryrefslogtreecommitdiff
path: root/locale/en-us/meta.lua
diff options
context:
space:
mode:
Diffstat (limited to 'locale/en-us/meta.lua')
-rw-r--r--locale/en-us/meta.lua2
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