Ooops. I was "fixing" the wrong routine in #12947 and #12950.
[p5sagit/p5-mst-13.2.git] / pod / perlintro.pod
index 0d96c97..ee4a011 100644 (file)
@@ -351,7 +351,7 @@ Exactly like C:
     }
 
 The C style for loop is rarely needed in Perl since Perl provides
-the the more friendly list scanning C<foreach> loop.
+the more friendly list scanning C<foreach> loop.
 
 =item foreach