# HG changeset patch # User jbe # Date 1408929082 -7200 # Node ID 40de0fd016c456a065529d77d102fe48ea89a8f7 # Parent acc53a77fdc929c0b2b6486b655e63977c453af8 Changed word order in one sentence in README diff -r acc53a77fdc9 -r 40de0fd016c4 README --- a/README Mon Aug 25 03:04:32 2014 +0200 +++ b/README Mon Aug 25 03:11:22 2014 +0200 @@ -117,9 +117,9 @@ This extension, however, doesn't respect the ``__len`` metamethod due to the following reasons: -* An efficient implementation seems to be impossible, where - ``for i, v in ipairs(tbl) do ... end`` does neither create a closure - nor repeatedly evaluate ``#tbl``. +* An efficient implementation where ``for i, v in ipairs(tbl) do ... end`` does + neither create a closure nor repeatedly evaluate ``#tbl`` seems to be + impossible. * Respecting ``__len`` could be used to implement sparse arrays, but this would require iterating functions to expect ``nil`` as a potential value. This may lead to problems because ``nil`` is usually also used to indicate the absence