perlapi: Fix av_push pod.

Commit 247d8ed1108268e9e56dfe822f911e9c4f53d5fb wrongly used 'apidoc'
when it should have used 'apidoc_item'
This commit is contained in:
Karl Williamson 2024-06-22 14:49:15 -06:00
parent 4d18c95d3d
commit c3579230a9

2
av.c
View File

@ -768,7 +768,7 @@ Perl_av_create_and_push(pTHX_ AV **const avp, SV *const val)
/*
=for apidoc av_push
=for apidoc av_push_simple
=for apidoc_item av_push_simple
These each push an SV (transferring control of one reference count) onto the
end of the array. The array will grow automatically to accommodate the