Author: masak
Date: 2009-04-04 14:57:29 +0200 (Sat, 04 Apr 2009)
New Revision: 26081

Modified:
   docs/Perl6/Spec/S09-data.pod
Log:
[S09] removed .<> from the table

It's just sugar anyway. pmurias++ for pointing that out.

Modified: docs/Perl6/Spec/S09-data.pod
===================================================================
--- docs/Perl6/Spec/S09-data.pod        2009-04-04 11:09:55 UTC (rev 26080)
+++ docs/Perl6/Spec/S09-data.pod        2009-04-04 12:57:29 UTC (rev 26081)
@@ -1236,7 +1236,7 @@
     operation                autovivifies to
     =========                ===============
     push, unshift, .[]       Array
-    .{}, .<>                 Hash
+    .{}                      Hash
 
 In addition to the above data structures autovivifying, C<++> and C<--> will
 cause an C<Int> to appear, C<~=> will create a C<Str> etc; but these are

Reply via email to