Fixup weird wording introduced in 54e4be92
Peter Rabbitson [Thu, 22 Aug 2013 03:49:31 +0000 (05:49 +0200)]
lib/DBIx/Class/Manual/DocMap.pod

index 44215ba..f865c6c 100644 (file)
@@ -32,9 +32,13 @@ The first two list items are the most important.
 
 =item L<DBIx::Class::ResultSet/search> - Selecting and manipulating sets.
 
-=item L<DBIx::Class::$resultclass (normally based on DBIx::Class::Core)|DBIx::Class::Manual::ResultClass>
-- Representing a single result (row) from a DB query. The methods inherited from
-L<DBIx::Class::Row> and L<DBIx::Class::Relationship::Base> are used most often.
+=item L< C<$schema>::Result::C<$resultclass>|DBIx::Class::Manual::ResultClass>
+- Classes representing a single result (row) from a DB query.
+
+Such classes normally subclass L<DBIx::Class::Core>, the methods inherited
+from L<DBIx::Class::Row|DBIx::Class::Row/METHODS> and
+L<DBIx::Class::Relationship::Base|DBIx::Class::Relationship::Base/METHODS>
+are used most often.
 
 =item L<DBIx::Class::ResultSetColumn> - Perform operations on a single column of a ResultSet.