This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
7e0dd61
)
Documentation typo fix
author
Rafael Garcia-Suarez
<rgs@consttype.org>
Wed, 6 Aug 2014 20:15:24 +0000
(22:15 +0200)
committer
Rafael Garcia-Suarez
<rgs@consttype.org>
Wed, 6 Aug 2014 20:15:24 +0000
(22:15 +0200)
av.c
patch
|
blob
|
blame
|
history
diff --git
a/av.c
b/av.c
index
49fef00
..
0029191
100644
(file)
--- 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 a
n a
rray 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