This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix typo (bug #35368)
[perl5.git] / pod / perlreftut.pod
index bbcc179..e55e4d5 100644 (file)
@@ -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