summaryrefslogtreecommitdiff
path: root/pod/perlsub.pod
diff options
context:
space:
mode:
authorApocalypse <perl@0ne.us>2011-02-15 18:38:04 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-02-15 20:25:25 -0800
commit96090e4f0acf1d24051c680595b4740bd24cb69a (patch)
tree2018450c5cbec81deb0268f3d899e03534c797b9 /pod/perlsub.pod
parentc05760c68edc298aadab73da2781ba0fe1cf24b6 (diff)
downloadperl-96090e4f0acf1d24051c680595b4740bd24cb69a.tar.gz
Fix bad pod links found by Test::Pod::LinkCheck
Diffstat (limited to 'pod/perlsub.pod')
-rw-r--r--pod/perlsub.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlsub.pod b/pod/perlsub.pod
index cfa4ad4183..ece4f159ca 100644
--- a/pod/perlsub.pod
+++ b/pod/perlsub.pod
@@ -351,7 +351,7 @@ it. Similarly, in the conditional
the scope of $answer extends from its declaration through the rest
of that conditional, including any C<elsif> and C<else> clauses,
-but not beyond it. See L<perlsyn/"Simple statements"> for information
+but not beyond it. See L<perlsyn/"Simple Statements"> for information
on the scope of variables in statements with modifiers.
The C<foreach> loop defaults to scoping its index variable dynamically