Skip to content

Commit

Permalink
Remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason A. Crome committed Jul 8, 2024
1 parent 496b96a commit b38d7ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Dancer2/Manual.pod
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ requests.
The route action is the code reference declared. It can access parameters
through the specific L<route_parameters|Dancer2::Manual::Keywords/route_parameters>,
L<query_parameters|Dancer2::Manual::Keywords/query_parameters>, and L<body_parameters|Dancer2::Manual::Keywords/body_parameters>
keywords, which return a L<Hash::MultiValue> object.
keywords, which return a L<Hash::MultiValue> object.
This hashref is a merge of the route pattern matches and the request params.

You can find more details about how params are built and how to access them
Expand Down Expand Up @@ -2317,5 +2317,5 @@ For example, take the following example:

C<get> and C<route_parameters> are keywords provided by Dancer2.

See L<Dancer2::Manual::Keywords/DSL Keywords manual> for a complete list of
See L<Dancer2::Manual::Keywords/DSL Keywords manual> for a complete list of
keywords provided by Dancer2.

0 comments on commit b38d7ab

Please sign in to comment.