From b38d7abfa696f7bb25014b396a766597a20b86e7 Mon Sep 17 00:00:00 2001 From: "Jason A. Crome" Date: Sun, 7 Jul 2024 22:08:18 -0400 Subject: [PATCH] Remove trailing spaces --- lib/Dancer2/Manual.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Dancer2/Manual.pod b/lib/Dancer2/Manual.pod index b1492f9f8..9f574881c 100644 --- a/lib/Dancer2/Manual.pod +++ b/lib/Dancer2/Manual.pod @@ -204,7 +204,7 @@ requests. The route action is the code reference declared. It can access parameters through the specific L, L, and L -keywords, which return a L object. +keywords, which return a L 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 @@ -2317,5 +2317,5 @@ For example, take the following example: C and C are keywords provided by Dancer2. -See L for a complete list of +See L for a complete list of keywords provided by Dancer2.