From: Peter Rabbitson Date: Thu, 25 Feb 2010 23:22:50 +0000 (+0000) Subject: Typo X-Git-Tag: v0.08121~100 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=61f438234977bceb47fb6e0180e76d83e4ebc33b;p=dbsrgits%2FDBIx-Class.git Typo --- diff --git a/lib/DBIx/Class/Storage/DBI.pm b/lib/DBIx/Class/Storage/DBI.pm index b1b84c7..8955748 100644 --- a/lib/DBIx/Class/Storage/DBI.pm +++ b/lib/DBIx/Class/Storage/DBI.pm @@ -2549,8 +2549,8 @@ queries. This hook is to allow specific L 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