# HG changeset patch # User jbe # Date 1408932126 -7200 # Node ID 35eb59c51be631c2f33c1d34358dd1dab5f957e4 # Parent de5e7dd93863a80a05fcb3165da178abc354b790 Minor change in README diff -r de5e7dd93863 -r 35eb59c51be6 README --- a/README Mon Aug 25 03:59:45 2014 +0200 +++ b/README Mon Aug 25 04:02:06 2014 +0200 @@ -124,7 +124,7 @@ -- iterate through all result rows here: print_rows(result) -- no need to use ":rows()" or a similar syntax - -- but we can also still pass individual result rows to the + -- but we can also still pass an individual set of result rows to the -- print_rows function: print_rows{result[1], result[#result]}