This commit is contained in:
Roberto Ierusalimschy
2024-01-29 14:29:24 -03:00
parent 108e0bdc84
commit c31d6774ac
7 changed files with 25 additions and 24 deletions

View File

@@ -6473,7 +6473,7 @@ Otherwise, returns the metatable of the given object.
@LibEntry{ipairs (t)|
Returns three values (an iterator function, the table @id{t}, and 0)
Returns three values (an iterator function, the value @id{t}, and 0)
so that the construction
@verbatim{
for i,v in ipairs(t) do @rep{body} end