# New Ticket Created by  Colin Kuskie 
# Please include the string:  [perl #44347]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=44347 >


This mail message contains standard MIME attachments.  If you see this
note, your e-mail program does not support MIME.  You may need a MIME-
compliant mail reader to read any non-text attachments in this message.
                   
Index: docs/pmc/array.pod
===================================================================
--- docs/pmc/array.pod  (revision 20433)
+++ docs/pmc/array.pod  (working copy)
@@ -94,7 +94,7 @@
   set P0[1], "A string"
 
 Accessing an out-of-bounds array element raises an exception; if you want an
-Array that will automatically resize, then use a C<PerlArray>.
+Array that will automatically resize, then use a C<ResizablePMCArray>.
 
 You can test if there is a defined element at an array position by using
 
Index: docs/pmc/struct.pod
===================================================================
--- docs/pmc/struct.pod (revision 20433)
+++ docs/pmc/struct.pod (working copy)
@@ -63,7 +63,7 @@
 
 can be declared with this initializer:
 
-  new P2, .PerlArray
+  new P2, .ResizablePMCArray
   .include "datatypes.pasm"
   push P2, .DATATYPE_DOUBLE
   push P2, 0   # no array i.e. 1 element

Reply via email to