seqlua

changeset 5:e29e2d7b73a5

Fixed another mistake in documentation of seqlua_iterclosure(L, idx) in README
author jbe
date Wed Aug 20 01:45:04 2014 +0200 (2014-08-20)
parents 44eddb9cea1e
children 7b05ca6ef925
files README
line diff
     1.1 --- a/README	Wed Aug 20 01:44:13 2014 +0200
     1.2 +++ b/README	Wed Aug 20 01:45:04 2014 +0200
     1.3 @@ -142,6 +142,6 @@
     1.4  on the same stack index) that iterates over the elements of the table. If the
     1.5  value at the given stack index is already a function, it leaves the value
     1.6  unchanged. If the value is convertible to a function using ``__call,`` then the
     1.7 -function is replaced by its ``__call`` metamethod.
     1.8 +value is replaced by its ``__call`` metamethod.
     1.9  
    1.10  

Impressum / About Us