X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FMoreCatalystBasics.pod;h=1c6f48f13e92a841cac8fd993513564d443ae01a;hp=9f24c9cb6300dc27f3e15e4a2e8153999a69bdde;hb=7edc54841a8a242568f86b548bf05ebe2400de80;hpb=c93b5eaafedcb01e21120d85cf1ab836b8876c32 diff --git a/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod index 9f24c9c..1c6f48f 100644 --- a/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod @@ -654,7 +654,7 @@ returned. We are using the C<-Eall> to fetch all of the books. DBIC supports a wide variety of more advanced operations to easily do things like filtering and sorting the results. For example, the -following could be used to sort the results by desending title: +following could be used to sort the results by descending title: $c->model('DB::Books')->search({}, {order_by => 'title DESC'});