fixed missing ' in update_or_create with key attr example
[dbsrgits/DBIx-Class-Historic.git] / lib / DBIx / Class / ResultSet.pm
index 46f2d29..a360d3e 100644 (file)
@@ -2298,7 +2298,7 @@ For example:
     producer => $producer,
     name => 'harry',
   }, {
-    key => 'primary,
+    key => 'primary',
   });