Author: lwall
Date: 2009-02-27 19:43:29 +0100 (Fri, 27 Feb 2009)
New Revision: 25629

Modified:
   docs/Perl6/Spec/S06-routines.pod
Log:
correct fossil


Modified: docs/Perl6/Spec/S06-routines.pod
===================================================================
--- docs/Perl6/Spec/S06-routines.pod    2009-02-27 18:28:01 UTC (rev 25628)
+++ docs/Perl6/Spec/S06-routines.pod    2009-02-27 18:43:29 UTC (rev 25629)
@@ -288,7 +288,7 @@
 
 This may then be invoked via the syntax for contextual variables:
 
-    &+myfunc(42);
+    &*myfunc(42);
 
 =head2 Lvalue subroutines
 

Reply via email to