Misc doc fixes
This commit is contained in:
parent
715f4a748b
commit
144d88fc8b
2 changed files with 3 additions and 3 deletions
|
|
@ -121,7 +121,7 @@ FU::SQL - Small and Safe SQL Query Builder
|
|||
|
||||
my $sel = SQL 'SELECT id, name FROM table', WHERE { id => IN([1,2,3]) };
|
||||
|
||||
my($sql, @params) = $sel->compile;
|
||||
my($sql, $params) = $sel->compile;
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue