summaryrefslogtreecommitdiff
path: root/hv.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-09-22 07:58:40 -0600
committerKarl Williamson <khw@cpan.org>2020-09-28 22:55:11 -0600
commita5f675260858aa0c4645cf327c75e4b0a28c5c91 (patch)
tree8d8ed0c14b15aacc0c2acafb603b4955035d1034 /hv.h
parentf2febc77e262f8eeeb62843c90aecd6850631378 (diff)
downloadperl-a5f675260858aa0c4645cf327c75e4b0a28c5c91.tar.gz
Fix return type in pod for HvNAMELEN_get
37738dd69b1 set it incorrectly
Diffstat (limited to 'hv.h')
-rw-r--r--hv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hv.h b/hv.h
index 5bbb91b291..ebb81d1af0 100644
--- a/hv.h
+++ b/hv.h
@@ -161,7 +161,7 @@ Returns the length of the stash's name.
Disfavored forms of HvNAME and HvNAMELEN; suppress mention of them
=for apidoc Cmh|char*|HvNAME_get|HV* stash
-=for apidoc Amh|char*|HvNAMELEN_get|HV* stash
+=for apidoc Amh|I32|HvNAMELEN_get|HV* stash
=for apidoc Am|unsigned char|HvNAMEUTF8|HV *stash
Returns true if the name is in UTF-8 encoding.