mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
perlapi: newAV() fix typo
This commit is contained in:
parent
301129cc56
commit
9b79602764
2
av.h
2
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</C<av_make>>.
|
||||
the initial elements of the array, see L</C<av_make>>.
|
||||
|
||||
As background, an array consists of three things:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user