summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod')
-rw-r--r--pod/perllol.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perllol.pod b/pod/perllol.pod
index 5c16bfddff..c348ec43b2 100644
--- a/pod/perllol.pod
+++ b/pod/perllol.pod
@@ -6,7 +6,7 @@ perllol - Manipulating Arrays of Arrays in Perl
=head2 Declaration and Access of Arrays of Arrays
-The simplest thing to build an array of arrays (sometimes imprecisely
+The simplest thing to build is an array of arrays (sometimes imprecisely
called a list of lists). It's reasonably easy to understand, and
almost everything that applies here will also be applicable later
on with the fancier data structures.