summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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