summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-02-14 15:16:19 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-02-14 16:19:09 -0800
commit7bef7cf6ddb4644f5f832dc523da92a22e34c3c1 (patch)
tree138c072add28ab332deb68e7db52a46f8616c5a3 /pod
parentb9cc85ad12a6f254083c5601b9f41cac7df6343f (diff)
downloadperl-7bef7cf6ddb4644f5f832dc523da92a22e34c3c1.tar.gz
perldiag: typo
Diffstat (limited to 'pod')
-rw-r--r--pod/perldiag.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 776c23674b..f7f9d3d30f 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -5451,7 +5451,7 @@ filehandle with an encoding, see L<open> and L<perlfunc/binmode>.
(F) The count in the (un)pack template may be replaced by C<[TEMPLATE]> only if
C<TEMPLATE> always matches the same amount of packed bytes that can be
-determined from the template alone. This is not possible if it contains an
+determined from the template alone. This is not possible if it contains any
of the codes @, /, U, u, w or a *-length. Redesign the template.
=item write() on closed filehandle %s