In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/287e9fa667dea09a6b41b11e1be4ccc73927e200?hp=7e0dd61bbcc3d45b78105f4cf88b771e40cd342c>

- Log -----------------------------------------------------------------
commit 287e9fa667dea09a6b41b11e1be4ccc73927e200
Author: Rafael Garcia-Suarez <r...@consttype.org>
Date:   Wed Aug 6 22:15:24 2014 +0200

    Documentation typo fix
-----------------------------------------------------------------------

Summary of changes:
 av.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/av.c b/av.c
index 49fef00..0029191 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

--
Perl5 Master Repository

Reply via email to