Oops, fix joining manual to be correct
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Manual / Joining.pod
index fdc44f0..0333371 100644 (file)
@@ -165,7 +165,7 @@ automatically be numbered:
 
   join => [ 'room', 'room' ]
 
-The aliases are: C<room_1> and C<room_2>.
+The aliases are: C<room> and C<room_2>.
 
 =cut