From: Jason M. Mills Date: Fri, 30 Jan 2009 01:42:02 +0000 (+0000) Subject: editorial typo in my previous commit. X-Git-Tag: v0.08240~157 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=81e1158ac93295ef713770e5d1699b8d42bd508a;p=dbsrgits%2FDBIx-Class.git editorial typo in my previous commit. --- diff --git a/lib/DBIx/Class/Manual/FAQ.pod b/lib/DBIx/Class/Manual/FAQ.pod index a539be8..bcdde3a 100644 --- a/lib/DBIx/Class/Manual/FAQ.pod +++ b/lib/DBIx/Class/Manual/FAQ.pod @@ -454,7 +454,7 @@ With either of these methods the resulting use of the accesssor would be my $row; - # assume that some where in her $row will get assigned to a MyTable row + # assume that some where in here $row will get assigned to a MyTable row $row->non_column_data('some string'); # would set the non_column_data accessor