fix doc typo
David Kamholz [Wed, 8 Feb 2006 20:52:18 +0000 (20:52 +0000)]
lib/DBIx/Class/ResultSetManager.pm

index c8e3bd6..2a77f2a 100644 (file)
@@ -76,7 +76,7 @@ __END__
     __PACKAGE__->load_resultset_components(qw/AlwaysRS/);
     
     # will be removed from the table class and inserted into a table-specific resultset class
-    sub foo : resultset { ... }
+    sub foo : ResultSet { ... }
 
 =head1 DESCRIPTION