diff options
author | Moritz Lenz <moritz@casella.verplant.org> | 2008-09-21 19:47:11 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-09-21 17:25:32 +0000 |
commit | 1f025261d8f70ac2f0016b18c50f188dbd855516 (patch) | |
tree | b4f4c07f4540225c2f16528c4a2880a507dadfa4 /pod/perldsc.pod | |
parent | 73bf75527b21ab9feca5fa6f83433ec2ca12a84a (diff) | |
download | perl-1f025261d8f70ac2f0016b18c50f188dbd855516.tar.gz |
Re: [perl #59128] Typo in perldsc(1)
Message-ID: <48D66C7F.6000602@casella.verplant.org>
p4raw-id: //depot/perl@34389
Diffstat (limited to 'pod/perldsc.pod')
-rw-r--r-- | pod/perldsc.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldsc.pod b/pod/perldsc.pod index fd6403b7e7..623e367910 100644 --- a/pod/perldsc.pod +++ b/pod/perldsc.pod @@ -71,8 +71,8 @@ these types of data structures. =head1 REFERENCES X<reference> X<dereference> X<dereferencing> X<pointer> -The most important thing to understand about all data structures in Perl --- including multidimensional arrays--is that even though they might +The most important thing to understand about all data structures in +Perl--including multidimensional arrays--is that even though they might appear otherwise, Perl C<@ARRAY>s and C<%HASH>es are all internally one-dimensional. They can hold only scalar values (meaning a string, number, or a reference). They cannot directly contain other arrays or |