summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
diff options
context:
space:
mode:
authorE. Choroba <choroba@cpan.org>2016-09-17 22:05:15 +0200
committerFather Chrysostomos <sprout@cpan.org>2016-09-17 13:53:52 -0700
commitdd819584009e7adfc0786ed5beaf6c805ef05a2d (patch)
treecbcdfc726fa938cf981571caa638de2dd5d70ba4 /pod/perlfunc.pod
parente426a4af0644ce718d70a7327657df22c8e68d9e (diff)
downloadperl-dd819584009e7adfc0786ed5beaf6c805ef05a2d.tar.gz
Fix English in perlfunc
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r--pod/perlfunc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index e2c9a81a13..efd61988eb 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -4350,7 +4350,7 @@ opens the UTF8-encoded file containing Unicode characters;
see L<perluniintro>. Note that if layers are specified in the
three-argument form, then default layers stored in ${^OPEN} (see L<perlvar>;
usually set by the L<open> pragma or the switch C<-CioD>) are ignored.
-Those layers will also be ignored if you specifying a colon with no name
+Those layers will also be ignored if you specify a colon with no name
following it. In that case the default layer for the operating system
(:raw on Unix, :crlf on Windows) is used.