editorial typo in my previous commit.
Jason M. Mills [Fri, 30 Jan 2009 01:42:02 +0000 (01:42 +0000)]
lib/DBIx/Class/Manual/FAQ.pod

index a539be8..bcdde3a 100644 (file)
@@ -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