add missing ' to doc
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSet.pm
index f0a5790..117563d 100644 (file)
@@ -2186,7 +2186,7 @@ sub create {
 =back
 
   $cd->cd_to_producer->find_or_create({ producer => $producer },
-                                      { key => 'primary });
+                                      { key => 'primary' });
 
 Tries to find a record based on its primary key or unique constraints; if none
 is found, creates one and returns that instead.