From: Ian Jackson Date: Mon, 21 Sep 2009 00:25:32 +0000 (+0100) Subject: Fix typo in comment X-Git-Tag: 5.0^2~126 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.web-live.git;a=commitdiff_plain;h=a47db0ee7177ab09fea575b793520550f6bcd388 Fix typo in comment --- 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