fix Crud-dy whitespace

This commit is contained in:
Colin Kuskie 2008-09-26 15:51:28 +00:00
parent 979f1eb160
commit 6bf9ded250

View file

@ -596,7 +596,7 @@ Here's an example of this structure:
{ "price <= ?" => 44 },
{ "color=? or color=?" => ['blue','black'] },
]
=head4 join
An array reference containing the tables you wish to join with this one, and the mechanisms to join them. Here's an example.