Blasted relation docs..
Jess Robinson [Wed, 11 Jun 2008 16:27:21 +0000 (16:27 +0000)]
lib/DBIx/Class/Relationship.pm

index 39c0d12..5d29e69 100644 (file)
@@ -383,7 +383,7 @@ OR
 =item cond
 
 A hashref where the keys are C<foreign.$column_on_related_table> and
-the values are C<self.$foreign_key_column>. This is useful for
+the values are C<self.$matching_column>. This is useful for
 relations that are across multiple columns.
 
 =back
@@ -461,7 +461,7 @@ OR
 =item cond
 
 A hashref where the keys are C<foreign.$column_on_related_table> and
-the values are C<self.$foreign_key_column>. This is useful for
+the values are C<self.$matching_column>. This is useful for
 relations that are across multiple columns.
 
 =back