aboutsummaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/manual.of2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/manual.of b/manual/manual.of
index e3cbddb3..aaaf15b7 100644
--- a/manual/manual.of
+++ b/manual/manual.of
@@ -6473,7 +6473,7 @@ Otherwise, returns the metatable of the given object.
6473 6473
6474@LibEntry{ipairs (t)| 6474@LibEntry{ipairs (t)|
6475 6475
6476Returns three values (an iterator function, the table @id{t}, and 0) 6476Returns three values (an iterator function, the value @id{t}, and 0)
6477so that the construction 6477so that the construction
6478@verbatim{ 6478@verbatim{
6479for i,v in ipairs(t) do @rep{body} end 6479for i,v in ipairs(t) do @rep{body} end