diff options
author | Nicholas Clark <nick@ccl4.org> | 2000-08-30 02:12:50 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-30 14:46:34 +0000 |
commit | b1866b2db57c4aa1ee77325f2658722f6a7befa2 (patch) | |
tree | 5b73a85e97374f778ffcc77bff341c3ba1435d8a /pod/perldebtut.pod | |
parent | 24e657a8ecba3e48980c1390adb658d9f9ad69f5 (diff) | |
download | perl-b1866b2db57c4aa1ee77325f2658722f6a7befa2.tar.gz |
typos in pods
Message-ID: <20000830011249.A61388@plum.flirble.org>
p4raw-id: //depot/perl@6917
Diffstat (limited to 'pod/perldebtut.pod')
-rw-r--r-- | pod/perldebtut.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldebtut.pod b/pod/perldebtut.pod index 28ced7d1ec..2916897893 100644 --- a/pod/perldebtut.pod +++ b/pod/perldebtut.pod @@ -294,7 +294,7 @@ Well, this isn't very easy to read, and using the helpful manual (B<h h>), the 8 'this' 9 'that' -That's not much help, a couple of welcome's in there, but no indication of +That's not much help, a couple of welcomes in there, but no indication of which are keys, and which are values, it's just a listed array dump and, in this case, not particularly helpful. The trick here, is to use a B<reference> to the data structure: |