- rename ResultSetInstance class to ResultSetProxy
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSet.pm
index 4df3d58..176d20c 100644 (file)
@@ -48,7 +48,7 @@ In the examples below, the following table classes are used:
 =head2 new($source, \%$attrs)
 
 The resultset constructor. Takes a source object (usually a
-L<DBIx::Class::TableInstance>) and an attribute hash (see L</ATRRIBUTES>
+L<DBIx::Class::ResultSourceProxy::Table>) and an attribute hash (see L</ATRRIBUTES>
 below).  Does not perform any queries -- these are executed as needed by the
 other methods.