diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-02-19 08:56:07 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-02-19 09:23:16 -0700 |
commit | 6597fae6bdf28bf207201bdd96030c6fa298dd3c (patch) | |
tree | b9bad5dfdc10c60948d0e3863ca3dc0050b7b70e /pod/perlintro.pod | |
parent | 5ee5ac9821d98a6e38e25e580b2e636bc68e88c1 (diff) | |
download | perl-6597fae6bdf28bf207201bdd96030c6fa298dd3c.tar.gz |
perlintro: Add missing closing ">"
Diffstat (limited to 'pod/perlintro.pod')
-rw-r--r-- | pod/perlintro.pod | 2 |
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 |