# HG changeset patch # User jbe # Date 1408931091 -7200 # Node ID a862f3246b48f42a97db3e30ca3b55e095aa26b4 # Parent 54647a56a47ab630293d34aac7c2f63137cc5db0 Clarified paragraph in README (because there are four functions above, including the local function) diff -r 54647a56a47a -r a862f3246b48 README --- a/README Mon Aug 25 03:42:34 2014 +0200 +++ b/README Mon Aug 25 03:44:51 2014 +0200 @@ -88,8 +88,8 @@ This extension, however, modifies Lua's ``ipairs`` statement in such way that it automatically accepts either a table or an iterator function as argument. -Thus, the first of the three functions above will accept both (table) sequences -and (function) iterators. +Thus, the first of the three ``write_lines`` functions above will accept both +(table) sequences and (function) iterators. In addition to the modification of ``ipairs``, it also provides C functions and macros to iterate over values in the same manner as a generic loop statement