From: Jesse Sheidlower Date: Mon, 29 Dec 2008 21:46:45 +0000 (+0000) Subject: minor typo X-Git-Tag: v5.8005~230 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=518f3851fec88053502a9d18e163841fbe031c75 minor typo --- 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'});