mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
perlapi: Add small detail to hv_iterval
This now parallels the entry for hv_iterkey
This commit is contained in:
parent
3e7d794e79
commit
ac3b9fce9b
5
hv.c
5
hv.c
@ -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
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user