aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction
diff options
context:
space:
mode:
authorrafl <rafl@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-05-11 21:58:20 +0000
committerrafl <rafl@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-05-11 21:58:20 +0000
commit1639407f7cd228654c175684622936e6ec268ad3 (patch)
tree500f553939abcb12a53494f777a7d677aa575c13 /lib/Reaction
parent91c2674b76609201dd79d5c81518d763623cb1f7 (diff)
downloadreaction-1639407f7cd228654c175684622936e6ec268ad3.tar.gz
reaction-1639407f7cd228654c175684622936e6ec268ad3.zip
Fix tutorial typo.
Courtesy of mateu++.
Diffstat (limited to 'lib/Reaction')
-rw-r--r--lib/Reaction/Manual/Tutorial.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Reaction/Manual/Tutorial.pod b/lib/Reaction/Manual/Tutorial.pod
index ce73ff9..ca0fdc3 100644
--- a/lib/Reaction/Manual/Tutorial.pod
+++ b/lib/Reaction/Manual/Tutorial.pod
@@ -196,7 +196,7 @@ where the deeper parts of the stack will be included, in the case of our C<root>
would be the C<Reaction::UI::ViewPort> with the C<root> layout.
If we wanted to override a specific fragment, we could do just that. And inside that fragment
-we could call C<[% next_call %]> to include the layout fragment from the extended layout.
+we could call C<[% call_next %]> to include the layout fragment from the extended layout.
The layout representing the root action is called C<share/skin/myapp/layout/root.tt>: