From: Geoffrey F. Green Date: Fri, 24 May 2002 16:05:07 +0000 (-0400) Subject: small typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d808f88a7df76867e5a0062a759dc7deeea113ef;p=p5sagit%2Fp5-mst-13.2.git small typo From: "Geoffrey F. Green" Message-ID: p4raw-id: //depot/perl@16769 --- diff --git a/pod/perllol.pod b/pod/perllol.pod index 5c16bfd..c348ec4 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.