[Catalyst-commits] r9439 -
Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial
hkclark at dev.catalyst.perl.org
hkclark at dev.catalyst.perl.org
Fri Mar 6 01:18:21 GMT 2009
Author: hkclark
Date: 2009-03-06 01:18:21 +0000 (Fri, 06 Mar 2009)
New Revision: 9439
Modified:
Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod
Log:
Fix minor typos
Modified: Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod
===================================================================
--- Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod 2009-03-06 00:32:02 UTC (rev 9438)
+++ Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod 2009-03-06 01:18:21 UTC (rev 9439)
@@ -932,7 +932,7 @@
In this section we will explore some additional capabilities offered
by DBIx::Class. Although these features have relatively little to do
-with Catalyst per-se, you will almost certainly want to take advantage
+with Catalyst per se, you will almost certainly want to take advantage
of them in your applications.
@@ -1132,7 +1132,7 @@
=head2 Create a ResultSet Class
-An often overlooked but extremly powerful features of DBIC is that it
+An often overlooked but extremely powerful features of DBIC is that it
allows you to supply your own subclasses of C<DBIx::Class::ResultSet>.
It allows you to pull complex and unsightly "query code" out of your
controllers and encapsulate it in a method of your ResultSet Class.
More information about the Catalyst-commits
mailing list