diff --git a/hv.c b/hv.c index 83576c96cf36..c5c43892b668 100644 --- a/hv.c +++ b/hv.c @@ -3202,8 +3202,9 @@ Perl_hv_iterkeysv(pTHX_ HE *entry) /* =for apidoc hv_iterval -Returns the value from the current position of the hash iterator. See -C>. +Returns the value from the current position of the hash iterator. + +Note that the return value isn't mortalized, unlike C>. =cut */