summaryrefslogtreecommitdiff
path: root/pp.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-07-02 13:58:21 -0600
committerKarl Williamson <khw@cpan.org>2022-07-02 14:51:13 -0600
commit7a7d6e76fa0d104509b3ea241f89818c86b4014d (patch)
tree07f3e8efc600aadd21f2fca184946308ec3530ed /pp.h
parent52a83b1c4e465687829f078b942112866a9ec300 (diff)
downloadperl-7a7d6e76fa0d104509b3ea241f89818c86b4014d.tar.gz
perlapi: Minor clarification for dTARGET
Diffstat (limited to 'pp.h')
-rw-r--r--pp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp.h b/pp.h
index 7692dedba2..3bb985c9e9 100644
--- a/pp.h
+++ b/pp.h
@@ -104,7 +104,7 @@ value for the OP, but some use it for other purposes.
/*
=for apidoc Amn;||dTARGET
-Declare that this function uses C<TARG>
+Declare that this function uses C<TARG>, and initializes it
=cut
*/