diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-14 19:26:15 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-14 19:26:15 +0000 |
commit | 0795dc2b723feb994443c9728b6c0f99334cc7c0 (patch) | |
tree | a5c900b2cf0942a9533a01d69229109df6402365 | |
parent | 1194f0ce2557a68cdb460a20436aa7a12f9e83fe (diff) | |
download | perl-0795dc2b723feb994443c9728b6c0f99334cc7c0.tar.gz |
Detypo.
p4raw-id: //depot/perl@17247
-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 e858b26a4a..f2ca525317 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -5232,7 +5232,7 @@ it's an anonymous function declaration, and does actually return a value: the CODE ref of the closure you just created. See L<perlsub> and L<perlref> for details about subroutines and -references, and L<attributes> and L<Attributed::Handlers> for more +references, and L<attributes> and L<Attribute::Handlers> for more information about attributes. =item substr EXPR,OFFSET,LENGTH,REPLACEMENT |