Author: moritz
Date: 2009-07-27 21:18:31 +0200 (Mon, 27 Jul 2009)
New Revision: 27758

Modified:
   docs/Perl6/Spec/S06-routines.pod
Log:
[S06] typo found by jnthn++

Modified: docs/Perl6/Spec/S06-routines.pod
===================================================================
--- docs/Perl6/Spec/S06-routines.pod    2009-07-27 19:03:45 UTC (rev 27757)
+++ docs/Perl6/Spec/S06-routines.pod    2009-07-27 19:18:31 UTC (rev 27758)
@@ -2133,7 +2133,7 @@
    return ContextProxy.new:
         Int   => 3,
         item  => { @.list.join(', ') },
-        liste => { ...               },
+        list  => { ...               },
         ;
 or something similar.)
 

Reply via email to