Author: moritz
Date: 2009-05-11 14:39:05 +0200 (Mon, 11 May 2009)
New Revision: 26774

Modified:
   docs/Perl6/Spec/S12-objects.pod
Log:
[S12] there's no .values method in Junction

Modified: docs/Perl6/Spec/S12-objects.pod
===================================================================
--- docs/Perl6/Spec/S12-objects.pod     2009-05-11 12:36:11 UTC (rev 26773)
+++ docs/Perl6/Spec/S12-objects.pod     2009-05-11 12:39:05 UTC (rev 26774)
@@ -873,11 +873,6 @@
 
     $junction.meth(@args);
 
-To hyperoperate over the values of a junction you have to explicitly
-pull out the values:
-
-    $junction.values».meth(@args);
-
 As with other forms of method call, the "meth" above may be replaced
 with a quoted string or variable to do various forms of indirection.
 

Reply via email to