diff options
author | Dominic Hargreaves <dom@earth.li> | 2014-01-01 19:45:35 +0000 |
---|---|---|
committer | Dominic Hargreaves <dom@earth.li> | 2014-01-01 19:45:35 +0000 |
commit | 72d14f84195b9021e7b3470e5bafac0740179a3e (patch) | |
tree | bfd305b6faa5253bb467ac4150b6e867b90c3720 /pod/perl5180delta.pod | |
parent | 2d66f61e3a78c413bbb02ffa1bab2ad8aa6aed5a (diff) | |
download | perl-72d14f84195b9021e7b3470e5bafac0740179a3e.tar.gz |
perl5180delta: typos
Diffstat (limited to 'pod/perl5180delta.pod')
-rw-r--r-- | pod/perl5180delta.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perl5180delta.pod b/pod/perl5180delta.pod index 48fcdbeda8..caa20bd424 100644 --- a/pod/perl5180delta.pod +++ b/pod/perl5180delta.pod @@ -1019,7 +1019,7 @@ respect the other pragma when in scope. =item * Using any of these three pragmata would cause C<hex> and C<oct> anywhere -else in the program to evalute their arguments in list context and prevent +else in the program to evaluate their arguments in list context and prevent them from inferring $_ when called without arguments. =item * @@ -1424,7 +1424,7 @@ the buffer or gives it a typeglob or shared hash key scalar. L<PerlIO::scalar> has been upgraded to 0.16. -The buffer scalar supplied may now only contain code pounts 0xFF or +The buffer scalar supplied may now only contain code points 0xFF or lower. [perl #109828] =item * |