Skip to content

Commit

Permalink
one more comma
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 8, 2014
1 parent 0eb0214 commit 36b9849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/DefaultHelpers.pm
Expand Up @@ -231,7 +231,7 @@ Disable automatic rendering and use L<Mojo::IOLoop/"delay"> to manage
callbacks and control the flow of events, which can help you avoid deep nested
closures and memory leaks that often result from continuation-passing style.
Also keeps a reference to L<Mojolicious::Controller/"tx"> in case the
underlying connection gets closed early and calls
underlying connection gets closed early, and calls
L<Mojolicious::Controller/"render_exception"> if an error occured in one of
the steps, breaking the chain.
Expand Down

0 comments on commit 36b9849

Please sign in to comment.