Fix syntax error in ::Manual::Joining example
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Manual / Joining.pod
index 625a4d9..ff02475 100644 (file)
@@ -242,7 +242,7 @@ To join two relations at the same level, use an arrayref instead:
 
 Or combine the two:
 
-  join => { room => [ 'chair', { table => 'leg' } ]
+  join => { room => [ 'chair', { table => 'leg' } ] }
 
 =head2 Table aliases