aboutsummaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2024-01-29 14:29:24 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2024-01-29 14:29:24 -0300
commitc31d6774ac7db4cfbc548ce507ae65ab6036f873 (patch)
tree906369526757f8a26ad213ba571f18d58a9776ac /manual
parent108e0bdc8495782544c351b17eaae1411a910e89 (diff)
downloadlua-c31d6774ac7db4cfbc548ce507ae65ab6036f873.tar.gz
lua-c31d6774ac7db4cfbc548ce507ae65ab6036f873.tar.bz2
lua-c31d6774ac7db4cfbc548ce507ae65ab6036f873.zip
Details
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