summaryrefslogtreecommitdiff
path: root/av.c
diff options
context:
space:
mode:
authorShlomi Fish <shlomif@iglu.org.il>2010-05-15 21:44:58 +0300
committerDavid Golden <dagolden@cpan.org>2010-05-25 12:15:01 -0400
commit31bde0acd044dc2a6e4ccd40fa4660a6009fcb9d (patch)
tree046a68805ddb72d04f8217087173bc7b37a8e80d /av.c
parent683d9ad15a8b09b17249f2efd39d10a9a251cd95 (diff)
downloadperl-31bde0acd044dc2a6e4ccd40fa4660a6009fcb9d.tar.gz
Add the Perl equivalent example to av_clear.
Signed-off-by: David Golden <dagolden@cpan.org>
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 b93a6d5e94..095147a3ee 100644
--- a/av.c
+++ b/av.c
@@ -415,7 +415,7 @@ Perl_av_make(pTHX_ register I32 size, register SV **strp)
=for apidoc av_clear
Clears an array, making it empty. Does not free the memory used by the
-array itself.
+array itself. Perl equivalent: C<@myarray = ();>.
=cut
*/