fix stupid error in set_columns pod
David Kamholz [Sat, 15 Oct 2005 06:30:52 +0000 (06:30 +0000)]
lib/DBIx/Class/Row.pm

index 38f6a82..cb4203f 100644 (file)
@@ -209,7 +209,7 @@ sub set_column {
 
 =item set_columns
 
-  my $copy = $orig->copy({ $col => $val, ... });
+  my $copy = $orig->set_columns({ $col => $val, ... });
 
 Set more than one column value at once.