From 9b796027647680eaa24f74e8446544d4f335c6d9 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 18 Sep 2025 10:34:04 -0600 Subject: [PATCH] perlapi: newAV() fix typo --- av.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/av.h b/av.h index 5bfda791c7..165f540167 100644 --- a/av.h +++ b/av.h @@ -138,7 +138,7 @@ Note that there are both real and fake AVs; see the beginning of this file and =for apidoc_item newAV_alloc_xz These all create a new AV, setting the reference count to 1. If you also know -the initial elements of the array with, see L>. +the initial elements of the array, see L>. As background, an array consists of three things: