This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
typo
authorSawyer X <xsawyerx@cpan.org>
Tue, 20 Sep 2016 20:28:42 +0000 (22:28 +0200)
committerSawyer X <xsawyerx@cpan.org>
Tue, 20 Sep 2016 20:28:42 +0000 (22:28 +0200)
pod/perldelta.pod

index d0568dc..d4db70d 100644 (file)
@@ -178,7 +178,7 @@ such circumstances.  [perl #47047]
 
 =item *
 
-A sub containing with a "forward" declaration with the same name (e.g.,
+A sub containing a "forward" declaration with the same name (e.g.,
 C<sub c { sub c; }>) could sometimes crash or loop infinitely.  [perl
 #129090]