summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-11-19 12:32:02 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-11-19 21:31:56 -0800
commitd8b5cc61ad1c61d5e16186bb3a5123a146ab7e15 (patch)
tree7a877502ed68a3f94b839ef781e7ea2ded2e57a1 /pod
parent1e00f0f1e1c04a8d4255720e5b26a4d3d6a985e6 (diff)
downloadperl-d8b5cc61ad1c61d5e16186bb3a5123a146ab7e15.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 52fa476c63..5041e9406b 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -1905,7 +1905,7 @@ is not possible.
=item Field too wide in 'u' format in pack
-(W pack) Each line in an uuencoded string start with a length indicator
+(W pack) Each line in an uuencoded string starts with a length indicator
which can't encode values above 63. So there is no point in asking for
a line length bigger than that. Perl will behave as if you specified
C<u63> as the format.