[Catalyst-commits] r13950 - Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial

caelum at dev.catalyst.perl.org caelum at dev.catalyst.perl.org
Fri Feb 11 02:21:12 GMT 2011


Author: caelum
Date: 2011-02-11 02:21:12 +0000 (Fri, 11 Feb 2011)
New Revision: 13950

Modified:
   Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod
Log:
fix typo

Modified: Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod
===================================================================
--- Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod	2011-02-09 05:47:38 UTC (rev 13949)
+++ Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod	2011-02-11 02:21:12 UTC (rev 13950)
@@ -1307,7 +1307,7 @@
 
 The C<many_to_many> relationship is optional, but it makes it
 easier to map a book to its collection of authors.  Without 
-it, we would have to "walk" though the C<book_author> table as in 
+it, we would have to "walk" through the C<book_author> table as in 
 C<$book-E<gt>book_author-E<gt>first-E<gt>author-E<gt>last_name> (we 
 will see examples on how to use DBIx::Class objects in your code soon, 
 but note that because C<$book-E<gt>book_author> can return multiple 




More information about the Catalyst-commits mailing list