Fix minor typo
Kennedy Clark [Thu, 12 Mar 2009 19:25:55 +0000 (19:25 +0000)]
lib/Catalyst/Manual/Tutorial/AdvancedCRUD/FormFu.pod

index 6f8e31a..0341461 100644 (file)
@@ -452,7 +452,7 @@ bottom:
             :FormConfig('books/formfu_create.yml') {
         my ($self, $c) = @_;
     
-        # Get the specified book already saved by the 'base' method
+        # Get the specified book already saved by the 'object' method
         my $book = $c->stash->{object};
     
         # Make sure we were able to get a book