[Catalyst-commits] r8980 -
Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial
jester at dev.catalyst.perl.org
jester at dev.catalyst.perl.org
Mon Dec 29 21:46:46 GMT 2008
Author: jester
Date: 2008-12-29 21:46:45 +0000 (Mon, 29 Dec 2008)
New Revision: 8980
Modified:
Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod
Log:
minor typo
Modified: Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod
===================================================================
--- Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod 2008-12-29 21:42:27 UTC (rev 8979)
+++ Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod 2008-12-29 21:46:45 UTC (rev 8980)
@@ -654,7 +654,7 @@
We are using the C<-E<gt>all> 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'});
More information about the Catalyst-commits
mailing list