Small POD fix
Tom Hukins [Fri, 7 Sep 2007 16:54:00 +0000 (16:54 +0000)]
lib/DBIx/Class/ResultSet.pm

index b5c36e4..713bf14 100644 (file)
@@ -2209,11 +2209,10 @@ Indicates additional column names for those added via L<+select>.
 
 =back
 
-Indicates column names for object inflation. That is, c< as >
+Indicates column names for object inflation. That is, C<as>
 indicates the name that the column can be accessed as via the
 C<get_column> method (or via the object accessor, B<if one already
-exists>).  It has nothing to do with the SQL code C< SELECT foo AS bar
->.
+exists>).  It has nothing to do with the SQL code C<SELECT foo AS bar>.
 
 The C<as> attribute is used in conjunction with C<select>,
 usually when C<select> contains one or more function or stored