Skip to content

Commit

Permalink
fixed typo in werewolf example
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 11, 2013
1 parent cb05c0f commit ac5e567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Routing.pod
Expand Up @@ -833,7 +833,7 @@ You can also package your conditions as reusable plugins.
$app->routes->add_condition(werewolf => sub {
my ($route, $c, $captures, $days) = @_;

# Keep the werewolfs out!
# Keep the werewolves out!
return undef if abs(14 - (phase(time))[2]) > ($days / 2);

# It's ok, no werewolf
Expand Down

0 comments on commit ac5e567

Please sign in to comment.