seqlua

changeset 33:25cdfe854335

Changed one sentence in README
author jbe
date Sun Aug 24 00:26:34 2014 +0200 (2014-08-24)
parents 3ff7cec8d3ce
children 2a43e8ffbced
files README
line diff
     1.1 --- a/README	Sun Aug 24 00:00:43 2014 +0200
     1.2 +++ b/README	Sun Aug 24 00:26:34 2014 +0200
     1.3 @@ -10,8 +10,8 @@
     1.4  * provide auxiliary C functions and macros to simplify iterating over both
     1.5    tables and iterator functions with the same statement.
     1.6  
     1.7 -Existing ``__ipairs`` or ``__index`` (but not ``__len``) metamethods
     1.8 -are respected by the C and Lua functions as well as C macros. The
     1.9 +Existing ``__ipairs`` or ``__index`` (but not ``__len``) metamethods are
    1.10 +respected by both the Lua functions and the C functions and macros. The
    1.11  ``__ipairs`` metamethod takes precedence over ``__index``, while the
    1.12  ``__len`` metamethod is never used.
    1.13  

Impressum / About Us