This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
TODO some of the new sigdispatch tests on VMS.
[perl5.git] / av.c
diff --git a/av.c b/av.c
index 8408220..776dafd 100644 (file)
--- a/av.c
+++ b/av.c
@@ -526,8 +526,7 @@ Perl_av_create_and_push(pTHX_ AV **const avp, SV *const val)
 =for apidoc av_push
 
 Pushes an SV onto the end of the array.  The array will grow automatically
-to accommodate the addition. Like C<av_store>, this takes ownership of one
-reference count.
+to accommodate the addition. This takes ownership of one reference count.
 
 =cut
 */