Navigation Menu

Skip to content

Commit

Permalink
a few more documentation tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 23, 2012
1 parent 4a13935 commit 9ffa441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojolicious/Guides/Rendering.pod
Expand Up @@ -899,8 +899,8 @@ do is add a new C<handler>.
# Just die if an error happens
die 'Something went wrong';

# Pass the rendered result back to the renderer
$$output = 'The rendered result';
# Or pass the rendered result back to the renderer
$$output = 'Hello World!';

# Return true if something has been rendered and false otherwise
return 1;
Expand Down

0 comments on commit 9ffa441

Please sign in to comment.