From c3579230a91f8fcbe253076711475fbbe4eb0128 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 22 Jun 2024 14:49:15 -0600 Subject: [PATCH] perlapi: Fix av_push pod. Commit 247d8ed1108268e9e56dfe822f911e9c4f53d5fb wrongly used 'apidoc' when it should have used 'apidoc_item' --- av.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/av.c b/av.c index 34785c45fbe8..7f49ad2a155e 100644 --- a/av.c +++ b/av.c @@ -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