Skip to content

Commit

Permalink
fix formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 27, 2018
1 parent eed4df0 commit 24a8d69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Mojo/Pg/Database.pm
Expand Up @@ -350,8 +350,7 @@ append a callback to perform operations non-blocking.
Mojo::IOLoop->start unless Mojo::IOLoop->is_running;
Use all the same argument variations you would pass to the C<insert> method of
L <SQL::Abstract>
.
L<SQL::Abstract>.
# "insert into some_table (foo, baz) values ('bar', 'yada')"
$db->insert('some_table', {foo => 'bar', baz => 'yada'});
Expand Down

0 comments on commit 24a8d69

Please sign in to comment.