From: Shlomi Fish Date: Tue, 15 Feb 2011 15:19:22 +0000 (+0100) Subject: RT #64087: typos X-Git-Tag: v5.8006~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=8fd01b0e95b516f859c024b7f4abef57b137bb23 RT #64087: typos https://rt.cpan.org/Ticket/Display.html?id=64087 --- diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index 6be2baf..888fbc4 100644 --- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod @@ -345,7 +345,7 @@ method" that you don't want to be an action at all, then just define the method without any attribute -- you can call it in your code, but the Catalyst dispatcher will ignore it.) -There are five types of "special" build-in C<:Private> actions: +There are five types of "special" built-in C<:Private> actions: C, C, C, C, and C. =over 4 @@ -680,7 +680,7 @@ applications rely on DBIx::Class, as will this tutorial. Although DBIx::Class has included support for a C mode to automatically read the database structure every time the -application starts, it's use is no longer recommended. While it can +application starts, its use is no longer recommended. While it can make for "flashy" demos, the use of the C mode we use below can be implemented just as quickly and provides many advantages (such as the ability to add your own methods to the overall DBIC diff --git a/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod b/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod index 50f1be4..0a15e59 100644 --- a/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod +++ b/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod @@ -377,7 +377,7 @@ to something along the lines of the following: | /books/url_create/*/*/* | /books/url_create | '-------------------------------------+--------------------------------------' -C has disappeared form the "Loaded Path actions" section +C has disappeared from the "Loaded Path actions" section but it now shows up under the newly created "Loaded Chained actions" section. And the "/*/*/*" portion clearly shows our requirement for three arguments.