# HG changeset patch # User jbe # Date 1408832794 -7200 # Node ID 25cdfe8543355a43bfd9866a969e9973b8d349a5 # Parent 3ff7cec8d3ce3d0f893a00759351a0103c0cd98e Changed one sentence in README diff -r 3ff7cec8d3ce -r 25cdfe854335 README --- a/README Sun Aug 24 00:00:43 2014 +0200 +++ b/README Sun Aug 24 00:26:34 2014 +0200 @@ -10,8 +10,8 @@ * provide auxiliary C functions and macros to simplify iterating over both tables and iterator functions with the same statement. -Existing ``__ipairs`` or ``__index`` (but not ``__len``) metamethods -are respected by the C and Lua functions as well as C macros. The +Existing ``__ipairs`` or ``__index`` (but not ``__len``) metamethods are +respected by both the Lua functions and the C functions and macros. The ``__ipairs`` metamethod takes precedence over ``__index``, while the ``__len`` metamethod is never used.