Author: autrijus
Date: Fri Mar 31 04:10:36 2006
New Revision: 8505

Modified:
   doc/trunk/design/syn/S09.pod

Log:
* excise the "ref" from S09

Modified: doc/trunk/design/syn/S09.pod
==============================================================================
--- doc/trunk/design/syn/S09.pod        (original)
+++ doc/trunk/design/syn/S09.pod        Fri Mar 31 04:10:36 2006
@@ -101,8 +101,8 @@
     my num @nums;
     my int4 @nybbles;
     my buf @buffers;
-    my ref[Array] @ragged2d;
     my complex128 @longdoublecomplex;
+    my Array @ragged2d;
 
 the presence of a low-level type tells Perl that it is free to
 implement the array with "compact storage", that is, with a chunk

Reply via email to