summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-09-17 19:39:07 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-09-17 19:39:07 -0700
commit962c024be0fcb06afec58a17b65e73fc0d0f9214 (patch)
treeb6b0dc8d1b3e520fc7d7e192086cbfaf5d6353e5
parent9303c02d123112033f505965e5e9ac40b68d77cf (diff)
downloadperl-962c024be0fcb06afec58a17b65e73fc0d0f9214.tar.gz
perlglossary: fix broken link
-rw-r--r--pod/perlglossary.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlglossary.pod b/pod/perlglossary.pod
index 7be5249441..014eb99fd5 100644
--- a/pod/perlglossary.pod
+++ b/pod/perlglossary.pod
@@ -2029,7 +2029,7 @@ strings, but Perl allows strings to contain a null.
=item null list
A valueless value represented in Perl by C<()>. It is not really a
-L</LIST>, but an expression that yields L</undef> in L</scalar context> and
+L</LIST>, but an expression that yields C<undef> in L</scalar context> and
a L</list value> with zero elements in L</list context>.
=item null string