Skip to content

Commit

Permalink
perlapi: Fix av_push pod.
Browse files Browse the repository at this point in the history
Commit 247d8ed wrongly used 'apidoc'
when it should have used 'apidoc_item'
  • Loading branch information
khwilliamson committed Jun 22, 2024
1 parent 4d18c95 commit c357923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions av.c
Original file line number Diff line number Diff line change
Expand Up @@ -767,8 +767,8 @@ Perl_av_create_and_push(pTHX_ AV **const avp, SV *const val)
}

/*
=for apidoc av_push
=for apidoc av_push_simple
=for apidoc av_push
=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
Expand Down

0 comments on commit c357923

Please sign in to comment.