Skip to content

Commit

Permalink
fix typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 28, 2018
1 parent b8291b3 commit 75e4248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SQL/Abstract/Pg.pm
Expand Up @@ -231,7 +231,7 @@ pass literal SQL are supported.
$abstract->select('some_table', '*', undef, {for => 'update'});
# "select * from some_table for update skip locked"
$abstract->select('some_table', '*, undef, {for => \'update skip locked'});
$abstract->select('some_table', '*', undef, {for => \'update skip locked'});
=head2 JOIN
Expand Down

0 comments on commit 75e4248

Please sign in to comment.