doc fixes
David Kamholz [Tue, 7 Feb 2006 22:43:09 +0000 (22:43 +0000)]
lib/DBIx/Class/ResultSource/Table.pm
lib/DBIx/Class/Row.pm

index 41b5432..95fdce0 100644 (file)
@@ -12,7 +12,7 @@ __PACKAGE__->load_components(qw/ResultSource/);
 
 =head1 NAME 
 
-DBIx::Class::Table - Table object
+DBIx::Class::ResultSource::Table - Table object
 
 =head1 SYNOPSIS
 
index b79b23b..3606235 100644 (file)
@@ -19,7 +19,7 @@ DBIx::Class::Row - Basic row methods
 =head1 DESCRIPTION
 
 This class is responsible for defining and doing basic operations on rows
-derived from L<DBIx::Class::Table> objects.
+derived from L<DBIx::Class::ResultSource> objects.
 
 =head1 METHODS