# HG changeset patch # User jbe # Date 1408912377 -7200 # Node ID 4f82d3b3dbd9bc15af7cc0e0c6d793e8a210214f # Parent 332216604f8318e8f2630318c984f3c6f2094b68 Removed wrong spaces in example output in README diff -r 332216604f83 -r 4f82d3b3dbd9 README --- a/README Sun Aug 24 22:24:19 2014 +0200 +++ b/README Sun Aug 24 22:32:57 2014 +0200 @@ -194,7 +194,7 @@ ) end print(string.concat(",", custom)) - -- prints: one, two, three + -- prints: one,two,three -- (note that "four" and "five" are not printed) tbl = {"alpha", "beta"}