Fix syntax error in ::Manual::Joining example
Tommy Butler [Wed, 10 Sep 2014 08:51:27 +0000 (03:51 -0500)]
fixed syntax error on line 245 (missing closing curly bracket)

Closes: #60

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