Clean up of "DBIx::Class" references to "DBIC"
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Manual / ResultClass.pod.proto
index 29ff9e9..d2f5e04 100644 (file)
@@ -39,7 +39,7 @@ a DB query
 
 =head1 DESCRIPTION
 
-In L<DBIx::Class>, a user normally receives query results as instances of a
+In L<DBIC|DBIx::Class>, a user normally receives query results as instances of a
 certain C<Result Class>, depending on the main query source.  Besides being
 the primary "toolset" for interaction with your data, a C<Result Class> also
 serves to establish source metadata, which is then used during initialization