Prev fix should have moved the "=over 4" vs. removing it to balance out "=back"
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Tutorial / MoreCatalystBasics.pod
index fef48fe..8c1734e 100644 (file)
@@ -315,11 +315,11 @@ 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.)
 
-=over 4
-
 There are five types of "special" build-in C<:Private> actions: 
 C<begin>, C<end>, C<default>, C<index>, and C<auto>.
 
+=over 4
+
 =item *
 
 With C<begin>, C<end>, C<default>, C<index> private actions, only the