X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/54a4274e3c68e0e5bc9baaef00b55c43097929a7..acb25fddc9e86e87874ef43e6d2dd7a317e4bda7:/av.c diff --git a/av.c b/av.c index 8408220..776dafd 100644 --- a/av.c +++ b/av.c @@ -526,8 +526,7 @@ Perl_av_create_and_push(pTHX_ AV **const avp, SV *const val) =for apidoc av_push Pushes an SV onto the end of the array. The array will grow automatically -to accommodate the addition. Like C, this takes ownership of one -reference count. +to accommodate the addition. This takes ownership of one reference count. =cut */