Skip to content

Commit

Permalink
fix typo (issue PerlDancer#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcuny committed Apr 6, 2010
1 parent e904df9 commit 4bccd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Dancer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ Here is an example of a route handler that will return a HashRef
use Dancer;
set serializer => 'JSON';
get '/user/:id'/ => sub {
get '/user/:id/' => sub {
{ foo => 42,
number => 100234,
list => [qw(one two three)],
Expand Down

0 comments on commit 4bccd0d

Please sign in to comment.