summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-03-11 07:12:27 +0000
committerCharles Bailey <bailey@genetics.upenn.edu>1996-03-11 07:12:27 +0000
commite3bd5333adf2dd145fbe6cdfdd96514b2656cf56 (patch)
tree12c439ea9f4e593dc36acd56706418f4a23c11e2 /pod
parent32fd1c9061751f11b9b856db15c636ea848dea38 (diff)
downloadperl-e3bd5333adf2dd145fbe6cdfdd96514b2656cf56.tar.gz
More o' them pesky typos fixed
Diffstat (limited to 'pod')
-rw-r--r--pod/perlref.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlref.pod b/pod/perlref.pod
index c164e03112..d528bc8797 100644
--- a/pod/perlref.pod
+++ b/pod/perlref.pod
@@ -62,7 +62,7 @@ brackets:
Here we've constructed a reference to an anonymous array of three elements
whose final element is itself reference to another anonymous array of three
elements. (The multidimensional syntax described later can be used to
-access this. For example, after the above, $arrayref->[2][1] would have
+access this. For example, after the above, $arrayref-E<gt>[2][1] would have
the value "b".)
Note that taking a reference to an enumerated list is not the same