projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b7875f2
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Manual/FAQ.pod
b/lib/DBIx/Class/Manual/FAQ.pod
index
a539be8
..
bcdde3a
100644
(file)
--- 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