Typo
Peter Rabbitson [Thu, 25 Feb 2010 23:22:50 +0000 (23:22 +0000)]
lib/DBIx/Class/Storage/DBI.pm

index b1b84c7..8955748 100644 (file)
@@ -2549,8 +2549,8 @@ queries.
 This hook is to allow specific L<DBIx::Class::Storage> drivers to change the
 way these aliases are named.
 
-The default behavior is C<"$relname_$join_count" if $join_count > 1>, otherwise
-C<"$relname">.
+The default behavior is C<< "$relname_$join_count" if $join_count > 1 >>,
+otherwise C<"$relname">.
 
 =cut