Navigation Menu

Skip to content

Commit

Permalink
fixed typo in delay description
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jul 1, 2014
1 parent 0ec70a3 commit 41834b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/DefaultHelpers.pm
Expand Up @@ -224,7 +224,7 @@ Check or get name of current route.
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.
Call L<Mojolicious::Controller/"render_exception"> if an error occured in one
Calls L<Mojolicious::Controller/"render_exception"> if an error occured in one
of the steps, breaking the chain.
# Longer version
Expand Down

0 comments on commit 41834b1

Please sign in to comment.