From: Rafael Kitover Date: Fri, 11 Feb 2011 02:21:12 +0000 (+0000) Subject: fix typo X-Git-Tag: v5.8006~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=93dcb9668973857bb97af876904fa407cb3b666f fix typo --- diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index 216dec5..6be2baf 100644 --- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod @@ -1307,7 +1307,7 @@ C<1;> on a line by itself. The C 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 table as in +it, we would have to "walk" through the C table as in C<$book-Ebook_author-Efirst-Eauthor-Elast_name> (we will see examples on how to use DBIx::Class objects in your code soon, but note that because C<$book-Ebook_author> can return multiple