summaryrefslogtreecommitdiff
path: root/hv.c
diff options
context:
space:
mode:
authorTom Hukins <tom@eborcom.com>2020-11-20 17:27:45 +0000
committerTom Hukins <tom@eborcom.com>2020-11-20 17:27:45 +0000
commitbb8005f7c9590e1f2f0f8ff85ce187d89a3bdfef (patch)
treea317abdb06c59386d13eed8e0e24c908e654d477 /hv.c
parent296a08c4087b4555a7fab42f30250baa1bdee0ca (diff)
downloadperl-bb8005f7c9590e1f2f0f8ff85ce187d89a3bdfef.tar.gz
Fix documentation grammar
Replace "Frees the all the" with "Frees all the". The original wording was introduced in c2217cd33590ef654 and a4395ebabc8655115.
Diffstat (limited to 'hv.c')
-rw-r--r--hv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hv.c b/hv.c
index 43b9330260..32e1a7d438 100644
--- a/hv.c
+++ b/hv.c
@@ -1776,7 +1776,7 @@ Perl_hv_delayfree_ent(pTHX_ HV *hv, HE *entry)
/*
=for apidoc hv_clear
-Frees the all the elements of a hash, leaving it empty.
+Frees all the elements of a hash, leaving it empty.
The XS equivalent of C<%hash = ()>. See also L</hv_undef>.
See L</av_clear> for a note about the hash possibly being invalid on