Skip to content

Commit

Permalink
Correct hv_iterinit's return value documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfsage authored and jkeenan committed Feb 28, 2017
1 parent 275d368 commit fe7d7ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hv.c
Expand Up @@ -2172,8 +2172,8 @@ S_hv_auxinit(pTHX_ HV *hv) {
=for apidoc hv_iterinit
Prepares a starting point to traverse a hash table. Returns the number of
keys in the hash (i.e. the same as C<HvUSEDKEYS(hv)>). The return value is
currently only meaningful for hashes without tie magic.
keys in the hash, including placeholders (i.e. the same as C<HvTOTALKEYS(hv)>).
The return value is currently only meaningful for hashes without tie magic.
NOTE: Before version 5.004_65, C<hv_iterinit> used to return the number of
hash buckets that happen to be in use. If you still need that esoteric
Expand Down

0 comments on commit fe7d7ed

Please sign in to comment.