diff options
author | Geoffrey F. Green <geoff-public@stuebegreen.com> | 2002-05-24 12:05:07 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-24 19:25:55 +0000 |
commit | d808f88a7df76867e5a0062a759dc7deeea113ef (patch) | |
tree | 1abec6b85282f1f621eac96600585aeef282749f /pod | |
parent | 69b290701641763d6658a11526b6e1d15ef2da4e (diff) | |
download | perl-d808f88a7df76867e5a0062a759dc7deeea113ef.tar.gz |
small typo
From: "Geoffrey F. Green" <geoff-public@stuebegreen.com>
Message-ID: <B9141533.8467%geoff-public@stuebegreen.com>
p4raw-id: //depot/perl@16769
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perllol.pod | 2 |
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. |