Author: lwall
Date: 2009-02-24 17:02:03 +0100 (Tue, 24 Feb 2009)
New Revision: 25523

Modified:
   docs/Perl6/Spec/S02-bits.pod
Log:
remove confusing sidenote


Modified: docs/Perl6/Spec/S02-bits.pod
===================================================================
--- docs/Perl6/Spec/S02-bits.pod        2009-02-24 12:50:13 UTC (rev 25522)
+++ docs/Perl6/Spec/S02-bits.pod        2009-02-24 16:02:03 UTC (rev 25523)
@@ -12,9 +12,9 @@
 
   Maintainer: Larry Wall <la...@wall.org>
   Date: 10 Aug 2004
-  Last Modified: 20 Feb 2009
+  Last Modified: 24 Feb 2009
   Number: 2
-  Version: 153
+  Version: 154
 
 This document summarizes Apocalypse 2, which covers small-scale
 lexical items and typological issues.  (These Synopses also contain
@@ -1416,7 +1416,7 @@
     $?foo       compiler hint variable
     $=foo       pod variable
     $<foo>      match variable, short for $/{'foo'}
-    $!foo       object attribute private storage (mapped to $foo though)
+    $!foo       object attribute private storage
 
 Most variables with twigils are implicitly declared or assumed to
 be declared in some other scope, and don't need a "my" or "our".

Reply via email to