Skip to content

Commit

Permalink
slightly better after_build_tx hook description
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 19, 2011
1 parent 04c5d63 commit 477eda3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Mojolicious.pm
Expand Up @@ -479,8 +479,8 @@ parsed.
my ($tx, $app) = @_;
});
This is a very powerful hook and should not be used lightly, it can be very
useful for advanced features like upload progress bars.
This is a very powerful hook and should not be used lightly, it makes some
rather advanced features such as upload progress bars possible.
(Passed the transaction and application instances)
=item before_dispatch
Expand All @@ -491,7 +491,7 @@ Emitted right before the static and routes dispatchers start their work.
my $c = shift;
});
Useful for rewriting incoming requests and other preprocessing tasks.
Very useful for rewriting incoming requests and other preprocessing tasks.
(Passed the default controller instance)
=item after_static_dispatch
Expand Down

0 comments on commit 477eda3

Please sign in to comment.