Skip to content

Commit 9b79602

Browse files
committed
perlapi: newAV() fix typo
1 parent 301129c commit 9b79602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

av.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Note that there are both real and fake AVs; see the beginning of this file and
138138
=for apidoc_item newAV_alloc_xz
139139
140140
These all create a new AV, setting the reference count to 1. If you also know
141-
the initial elements of the array with, see L</C<av_make>>.
141+
the initial elements of the array, see L</C<av_make>>.
142142
143143
As background, an array consists of three things:
144144

0 commit comments

Comments
 (0)