Skip to content

Commit

Permalink
fixed typo in routing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 29, 2013
1 parent 0f2e52e commit 99a43a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Routing.pod
Expand Up @@ -593,7 +593,7 @@ operations to finish before reaching the next dispatch cycle.
$self->continue;
});

return 0;
return undef;
});
$foo->route('/bar')->to(controller => 'foo', action => 'bar');

Expand Down

0 comments on commit 99a43a0

Please sign in to comment.