summaryrefslogtreecommitdiff
path: root/pod/perlintern.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perlintern.pod')
-rw-r--r--pod/perlintern.pod7
1 files changed, 3 insertions, 4 deletions
diff --git a/pod/perlintern.pod b/pod/perlintern.pod
index 7fc71149d5..b79d54e874 100644
--- a/pod/perlintern.pod
+++ b/pod/perlintern.pod
@@ -500,10 +500,9 @@ Found in file hv.c
=item refcounted_he_new
X<refcounted_he_new>
-Creates a new C<struct refcounted_he>. Assumes ownership of one reference
-to I<value>. As S<key> is copied into a shared hash key, all references remain
-the property of the caller. The C<struct refcounted_he> is returned with a
-reference count of 1.
+Creates a new C<struct refcounted_he>. As S<key> is copied, and value is
+stored in a compact form, all references remain the property of the caller.
+The C<struct refcounted_he> is returned with a reference count of 1.
struct refcounted_he * refcounted_he_new(struct refcounted_he *const parent, SV *const key, SV *const value)