From a47db0ee7177ab09fea575b793520550f6bcd388 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 21 Sep 2009 01:25:32 +0100 Subject: [PATCH] Fix typo in comment --- yarrg/web/dumptable | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarrg/web/dumptable b/yarrg/web/dumptable index e60415c..739f14d 100644 --- a/yarrg/web/dumptable +++ b/yarrg/web/dumptable @@ -31,7 +31,7 @@ This Mason component is helpful for debugging and developing. It outputs plain HTML tables eg for SQL query results. You can either: - <& dumptable, sth = $executed_statement_handle &> + <& dumptable, sth => $executed_statement_handle &> in which case it will consume the results of the statement and print them unconditionally, or do the equivalent of: <& dumptable:start, sth => $sth, [ qa => $qa ] &> or -- 2.30.2