Skip to content

Commit 46f3bf1

Browse files
committed
perlapi: Add small detail to hv_iterval
This now parallels the entry for hv_iterkey
1 parent 0e09451 commit 46f3bf1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

hv.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3202,8 +3202,9 @@ Perl_hv_iterkeysv(pTHX_ HE *entry)
32023202
/*
32033203
=for apidoc hv_iterval
32043204
3205-
Returns the value from the current position of the hash iterator. See
3206-
C<L</hv_iterkey>>.
3205+
Returns the value from the current position of the hash iterator.
3206+
3207+
Note that the return value isn't mortalized, unlike C<L</hv_iterkey>>.
32073208
32083209
=cut
32093210
*/

0 commit comments

Comments
 (0)