summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Horsfall <wolfsage@gmail.com>2015-05-12 09:38:36 -0400
committerMatthew Horsfall <wolfsage@gmail.com>2015-05-12 09:38:36 -0400
commit867af80b817cae634360ac6abfec9269d545dbe3 (patch)
treee188bf9ded625d96d66d749af262dc79b9d63b42
parentf146a2b2e90f4d85e0a9585ebd10b07ccc289d98 (diff)
downloadperl-867af80b817cae634360ac6abfec9269d545dbe3.tar.gz
perldelta: Reword entry about double-diamond operator.
-rw-r--r--pod/perldelta.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index d5f2c0d55c..dc5fa055d4 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -30,8 +30,8 @@ L<[perl #123466]|https://rt.perl.org/Ticket/Display.html?id=123466>.
=head2 New double-diamond operator
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.
+each file in @ARGV. This means that each element of @ARGV will be treated
+as an actual file name, and "|foo" won't be treated as a pipe open.
=head2 New \b boundaries in regular expressions