Author: lwall
Date: 2009-08-25 02:24:05 +0200 (Tue, 25 Aug 2009)
New Revision: 28059
Modified:
docs/Perl6/Spec/S06-routines.pod
Log:
[S06] remove fossil spotted by jnthn++
Modified: docs/Perl6/Spec/S06-routines.pod
===================================================================
--- docs/Perl6/Spec/S06-routines.pod 2009-08-25 00:21:44 UTC (rev 28058)
+++ docs/Perl6/Spec/S06-routines.pod 2009-08-25 00:24:05 UTC (rev 28059)
@@ -15,8 +15,8 @@
Created: 21 Mar 2003
- Last Modified: 29 Jul 2009
- Version: 111
+ Last Modified: 24 Jul 2009
+ Version: 112
This document summarizes Apocalypse 6, which covers subroutines and the
@@ -607,8 +607,7 @@
after the invocant argument. The colon is just a special form of the comma,
and has the
same precedence:
- set_name $obj: "Sam"; # try $obj.set_name("Sam") first, then
- # fall-back to set_name($obj, "Sam")
+ set_name $obj: "Sam";
$obj.set_name("Sam"); # same as the above
An invocant is the topic of the corresponding method if that formal