diff options
author | Nicholas Clark <nick@ccl4.org> | 2000-08-30 02:12:50 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-30 14:46:34 +0000 |
commit | b1866b2db57c4aa1ee77325f2658722f6a7befa2 (patch) | |
tree | 5b73a85e97374f778ffcc77bff341c3ba1435d8a /pod/perlfunc.pod | |
parent | 24e657a8ecba3e48980c1390adb658d9f9ad69f5 (diff) | |
download | perl-b1866b2db57c4aa1ee77325f2658722f6a7befa2.tar.gz |
typos in pods
Message-ID: <20000830011249.A61388@plum.flirble.org>
p4raw-id: //depot/perl@6917
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r-- | pod/perlfunc.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 5f23b7ea3e..85be9a28bd 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -5482,7 +5482,7 @@ If BITS is 8, "elements" coincide with bytes of the input string. If BITS is 16 or more, bytes of the input string are grouped into chunks of size BITS/8, and each group is converted to a number as with -pack()/unpack() with big-endian formats C<n>/C<N> (and analoguously +pack()/unpack() with big-endian formats C<n>/C<N> (and analogously for BITS==64). See L<"pack"> for details. If bits is 4 or less, the string is broken into bytes, then the bits |