perlapi: Add small detail to hv_iterval

This now parallels the entry for hv_iterkey
This commit is contained in:
Karl Williamson 2025-09-17 11:11:43 -06:00 committed by Karl Williamson
parent 3e7d794e79
commit ac3b9fce9b

5
hv.c
View File

@ -3186,8 +3186,9 @@ Perl_hv_iterkeysv(pTHX_ HE *entry)
/*
=for apidoc hv_iterval
Returns the value from the current position of the hash iterator. See
C<L</hv_iterkey>>.
Returns the value from the current position of the hash iterator.
Note that the return value isn't mortalized, unlike C<L</hv_iterkey>>.
=cut
*/