summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-02-19 08:56:07 -0700
committerKarl Williamson <public@khwilliamson.com>2012-02-19 09:23:16 -0700
commit6597fae6bdf28bf207201bdd96030c6fa298dd3c (patch)
treeb9bad5dfdc10c60948d0e3863ca3dc0050b7b70e
parent5ee5ac9821d98a6e38e25e580b2e636bc68e88c1 (diff)
downloadperl-6597fae6bdf28bf207201bdd96030c6fa298dd3c.tar.gz
perlintro: Add missing closing ">"
-rw-r--r--pod/perlintro.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlintro.pod b/pod/perlintro.pod
index d14c6d58cd..afce360a2a 100644
--- a/pod/perlintro.pod
+++ b/pod/perlintro.pod
@@ -408,7 +408,7 @@ the more friendly list scanning C<foreach> loop.
}
The C<foreach> keyword is actually a synonym for the C<for>
-keyword. See C<L<perlsyn/"Foreach Loops">.
+keyword. See C<L<perlsyn/"Foreach Loops">>.
=back