summaryrefslogtreecommitdiff
path: root/av.c
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2014-08-06 22:15:24 +0200
committerRafael Garcia-Suarez <rgs@consttype.org>2014-08-06 22:15:24 +0200
commit287e9fa667dea09a6b41b11e1be4ccc73927e200 (patch)
treeee2eef537cf512ce21944c09577346bcd718dfaf /av.c
parent7e0dd61bbcc3d45b78105f4cf88b771e40cd342c (diff)
downloadperl-287e9fa667dea09a6b41b11e1be4ccc73927e200.tar.gz
Documentation typo fix
Diffstat (limited to 'av.c')
-rw-r--r--av.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/av.c b/av.c
index 49fef00b4f..002919177a 100644
--- a/av.c
+++ b/av.c
@@ -776,7 +776,7 @@ Perl_av_len(pTHX_ AV *av)
Set the highest index in the array to the given number, equivalent to
Perl's C<$#array = $fill;>.
-The number of elements in the an array will be C<fill + 1> after
+The number of elements in the array will be C<fill + 1> after
av_fill() returns. If the array was previously shorter, then the
additional elements appended are set to NULL. If the array
was longer, then the excess elements are freed. C<av_fill(av, -1)> is