summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.