diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2024-01-29 14:29:24 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2024-01-29 14:29:24 -0300 |
commit | c31d6774ac7db4cfbc548ce507ae65ab6036f873 (patch) | |
tree | 906369526757f8a26ad213ba571f18d58a9776ac /manual | |
parent | 108e0bdc8495782544c351b17eaae1411a910e89 (diff) | |
download | lua-c31d6774ac7db4cfbc548ce507ae65ab6036f873.tar.gz lua-c31d6774ac7db4cfbc548ce507ae65ab6036f873.tar.bz2 lua-c31d6774ac7db4cfbc548ce507ae65ab6036f873.zip |
Details
Diffstat (limited to 'manual')
-rw-r--r-- | manual/manual.of | 2 |
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 | ||
6476 | Returns three values (an iterator function, the table @id{t}, and 0) | 6476 | Returns three values (an iterator function, the value @id{t}, and 0) |
6477 | so that the construction | 6477 | so that the construction |
6478 | @verbatim{ | 6478 | @verbatim{ |
6479 | for i,v in ipairs(t) do @rep{body} end | 6479 | for i,v in ipairs(t) do @rep{body} end |