fixed description to cookbook example
Moritz Onken [Sun, 13 Feb 2011 09:53:35 +0000 (10:53 +0100)]
lib/DBIx/Class/Manual/Cookbook.pod

index faa1123..0d0eebd 100644 (file)
@@ -1921,7 +1921,7 @@ L<Class::Method::Modifiers>:
     $self->$orig(@_);
   }
 
-Note that the hard work is done by the call to C<next::method>, which
+Note that the hard work is done by the call to C<< $self->$orig >>, which
 redispatches your call to store_column in the superclass(es).
 
 Generally, if this is a calculation your database can easily do, try