summaryrefslogtreecommitdiff
path: root/hv.h
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2014-04-04 12:00:52 -0400
committerDavid Golden <dagolden@cpan.org>2014-04-04 12:00:52 -0400
commit04392ea6628415b18ebbe9753cd69cf196c5a9ad (patch)
treed5df476e4fdbaf9549db9710cec16c50dc9d826a /hv.h
parent2e061f0fd1e8ed8ce1879ecdfc2e9f7e9ce3b72b (diff)
downloadperl-04392ea6628415b18ebbe9753cd69cf196c5a9ad.tar.gz
fix documentation of HeUTF8 return value
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 062871b732..95dde4681e 100644
--- a/hv.h
+++ b/hv.h
@@ -214,7 +214,7 @@ If you are using C<HePV> to get values to pass to C<newSVpvn()> to create a
new SV, you should consider using C<newSVhek(HeKEY_hek(he))> as it is more
efficient.
-=for apidoc Am|char*|HeUTF8|HE* he
+=for apidoc Am|U32|HeUTF8|HE* he
Returns whether the C<char *> value returned by C<HePV> is encoded in UTF-8,
doing any necessary dereferencing of possibly C<SV*> keys. The value returned
will be 0 or non-0, not necessarily 1 (or even a value with any low bits set),