This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix typo in 4cad5dc8's perldelta for 157fb5a
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Wed, 15 Oct 2014 10:15:53 +0000 (11:15 +0100)
committerJames E Keenan <jkeenan@cpan.org>
Wed, 15 Oct 2014 22:30:17 +0000 (18:30 -0400)
For: RT # 122981

pod/perldelta.pod

index 331e30e..f14f2f7 100644 (file)
@@ -29,7 +29,7 @@ here, but most should go in the L</Performance Enhancements> section.
 
 =head2 New double-diamond operator
 
-C<<< <<>>> >>> is like C<< <> >> but uses three-argument C<open> to open
+C<<< <<>> >>> is like C<< <> >> but uses three-argument C<open> to open
 each file in @ARGV.  So each element of @ARGV is an actual file name, and
 "|foo" won't be treated as a pipe open.