diff options
Diffstat (limited to 'runtime/doc/lua.txt')
-rw-r--r-- | runtime/doc/lua.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/lua.txt b/runtime/doc/lua.txt index ad9cb69ae0..da423ac213 100644 --- a/runtime/doc/lua.txt +++ b/runtime/doc/lua.txt @@ -3035,7 +3035,7 @@ Iter:find({self}, {f}) *Iter:find()* Iter:fold({self}, {init}, {f}) *Iter:fold()* Fold an iterator or table into a single value. - Examples: > + Examples: >lua -- Create a new table with only even values local t = { a = 1, b = 2, c = 3, d = 4 } |