Author: moritz
Date: 2009-08-21 14:18:14 +0200 (Fri, 21 Aug 2009)
New Revision: 28046

Modified:
   docs/Perl6/Spec/S03-operators.pod
Log:
[S03] store Squirrels in %squirrels, not in %cats

Modified: docs/Perl6/Spec/S03-operators.pod
===================================================================
--- docs/Perl6/Spec/S03-operators.pod   2009-08-21 12:11:17 UTC (rev 28045)
+++ docs/Perl6/Spec/S03-operators.pod   2009-08-21 12:18:14 UTC (rev 28046)
@@ -4365,10 +4365,10 @@
 It is, however, still possible to align subscripts and other postfix
 operators by explicitly using the I<unspace> syntax (see S02):
 
+     %squirrels{'fluffy'} = Squirrel.new;
      %monsters.{'cookie'} = Monster.new;
      %beatles\.{'ringo'}  = Beatle.new;
      %people\ .{'john'}   = Person.new;
-     %cats\   .{'fluffy'} = Squirrel.new;
 
 Whitespace is in general required between any keyword and any opening
 bracket that is I<not> introducing a subscript or function arguments.

Reply via email to