# HG changeset patch # User jbe # Date 1408491904 -7200 # Node ID e29e2d7b73a59e5bcae418b5e8d754ae37887ccd # Parent 44eddb9cea1ef1b988a88f50853c47790162015b Fixed another mistake in documentation of seqlua_iterclosure(L, idx) in README diff -r 44eddb9cea1e -r e29e2d7b73a5 README --- a/README Wed Aug 20 01:44:13 2014 +0200 +++ b/README Wed Aug 20 01:45:04 2014 +0200 @@ -142,6 +142,6 @@ on the same stack index) that iterates over the elements of the table. If the value at the given stack index is already a function, it leaves the value unchanged. If the value is convertible to a function using ``__call,`` then the -function is replaced by its ``__call`` metamethod. +value is replaced by its ``__call`` metamethod.