From: Tom Hukins Date: Wed, 9 Apr 2008 11:18:46 +0000 (+0000) Subject: Fix a typo. X-Git-Tag: v0.08240~490 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bc7e7eaced297dad14ec3cd133aff5dda73e596d;p=dbsrgits%2FDBIx-Class.git Fix a typo. --- diff --git a/lib/DBIx/Class/Manual/Joining.pod b/lib/DBIx/Class/Manual/Joining.pod index 0333371..700a1df 100644 --- a/lib/DBIx/Class/Manual/Joining.pod +++ b/lib/DBIx/Class/Manual/Joining.pod @@ -101,7 +101,7 @@ L above. =head2 Across multiple relations For simplicity in the example above, the C was shown as a -simple text firld in the C table, in reality, you'll want to +simple text field in the C table, in reality, you'll want to have the artists in their own table as well, thus to fetch the complete set of data we'll need to join to the Artist table too.