# HG changeset patch # User jbe # Date 1408932718 -7200 # Node ID 31a78781a1e0b48678f1b8aa297761237f2f5892 # Parent 8889bb4c9b24639860753f7b6396c3d8fbd69b33 Replaced "due to the following reasons" with "due to the following considerations" in README diff -r 8889bb4c9b24 -r 31a78781a1e0 README --- a/README Mon Aug 25 04:05:40 2014 +0200 +++ b/README Mon Aug 25 04:11:58 2014 +0200 @@ -130,7 +130,7 @@ print_rows{result[1], result[#result]} This extension, however, doesn't respect the ``__len`` metamethod due to the -following reasons: +following considerations: * An efficient implementation where ``for i, v in ipairs(tbl) do ... end`` does neither create a closure nor repeatedly evaluate ``#tbl`` seems to be