summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYAMASHINA Hio <hio@ymir.co.jp>2007-12-19 01:30:50 +0900
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-12-18 07:50:05 +0000
commit20d131f359cb1e01c63e4d30ea780e9c27536f5e (patch)
tree310654956ff2b66a24cd808fcf7e6da4d9b9d62f
parentacaeff27db8b7093f6a594fca14c6f48eaadb74a (diff)
downloadperl-20d131f359cb1e01c63e4d30ea780e9c27536f5e.tar.gz
typos in perl5100delta.pod
Message-Id: <20071218163050.b0c36fa5.hio@hio.jp> p4raw-id: //depot/perl@32633
-rw-r--r--pod/perl5100delta.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perl5100delta.pod b/pod/perl5100delta.pod
index a1afa50f39..bd0c1b31d6 100644
--- a/pod/perl5100delta.pod
+++ b/pod/perl5100delta.pod
@@ -1282,7 +1282,7 @@ D. Hedden)
chr() on a negative value now gives C<\x{FFFD}>, the Unicode replacement
character, unless when the C<bytes> pragma is in effect, where the low
-eight bytes of the value are used.
+eight bits of the value are used.
=item PERL5SHELL and tainting
@@ -1538,7 +1538,7 @@ inherits from C<B::SV> (it used to inherit from C<B::IV>).
The anonymous hash and array constructors now take 1 op in the optree
instead of 3, now that pp_anonhash and pp_anonlist return a reference to
-an hash/array when the op is flagged with OPf_SPECIAL (Nicholas Clark).
+an hash/array when the op is flagged with OPf_SPECIAL. (Nicholas Clark)
=head1 Known Problems