Skip to content

Commit

Permalink
better render_later description
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 20, 2012
1 parent e14dedd commit a39e0c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojolicious/Controller.pm
Expand Up @@ -754,8 +754,8 @@ C<stash>.
$c = $c->render_later;
Disable automatic rendering, especially for long polling this can be quite
useful.
Disable automatic rendering to delay response generation, only necessary if
automatic rendring would result in a response.
# Delayed rendering
$c->render_later;
Expand Down

0 comments on commit a39e0c7

Please sign in to comment.