diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-05-09 19:19:20 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-05-09 19:19:20 +0000 |
commit | a0981a788197c6d427ceaf558d0dc8713c7737b3 (patch) | |
tree | 259ecb99c1fb5d49386a41ef0234a51a27ffde70 /pod/perlreftut.pod | |
parent | 4977e971c94c012c59e3e99429a0cef3af185c4b (diff) | |
download | perl-a0981a788197c6d427ceaf558d0dc8713c7737b3.tar.gz |
Fix typo (bug #35368)
p4raw-id: //depot/perl@24430
Diffstat (limited to 'pod/perlreftut.pod')
-rw-r--r-- | pod/perlreftut.pod | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pod/perlreftut.pod b/pod/perlreftut.pod index bbcc179cca..e55e4d5308 100644 --- a/pod/perlreftut.pod +++ b/pod/perlreftut.pod @@ -1,4 +1,3 @@ - =head1 NAME perlreftut - Mark's very short tutorial about references @@ -215,7 +214,7 @@ And then replace the hash name with the reference: =head3 B<Use Rule 2> -B<Use Rule 1> is all you really need, because it tells you how to to +B<Use Rule 1> is all you really need, because it tells you how to do absolutely everything you ever need to do with references. But the most common thing to do with an array or a hash is to extract a single element, and the B<Use Rule 1> notation is cumbersome. So there is an |