fix grouped_by request argument documentation
Alexander Hartmaier [Fri, 1 Apr 2016 10:17:00 +0000 (12:17 +0200)]
Changes
lib/Catalyst/Controller/DBIC/API/RequestArguments.pm

diff --git a/Changes b/Changes
index da37718..63a792b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,7 @@ Revision history for Catalyst-Controller-DBIC-API: {{ $dist->version }}
 
 {{ $NEXT }}
   - Improve data_root & item_root documentation
+  - Fix grouped_by request argument documentation
 
 2.006002  2014-08-26 12:31:27+02:00 Europe/Vienna
  - Fix missing Data::Printer test requirement
@@ -136,7 +137,7 @@ Revision history for Catalyst-Controller-DBIC-API: {{ $dist->version }}
    + list_format_output
    + row_format_output (which is just a passthrough per row)
  - Search can now take an array of hashrefs to give the ability to use the
-   default 'OR' 
+   default 'OR'
  - By default search_parameters is an ArrayRef[HashRef] which is pertinent
    to list_munge_parameters
  - More thorough documentation of the various bits and pieces.
index bbc13b1..ed6713c 100644 (file)
@@ -110,7 +110,7 @@ Is passed to ->search to determine sorting.
         default   => sub { $p->static ? [] : undef },
     );
 
-=attribute_public groupd_by
+=attribute_public grouped_by
 
 Is passed to ->search to determine aggregate results.