Author: moritz
Date: 2009-05-17 19:41:34 +0200 (Sun, 17 May 2009)
New Revision: 26864

Modified:
   docs/Perl6/Spec/S02-bits.pod
Log:
[S02] remove a left-over $<?> (now $/.ast)

Modified: docs/Perl6/Spec/S02-bits.pod
===================================================================
--- docs/Perl6/Spec/S02-bits.pod        2009-05-17 17:22:21 UTC (rev 26863)
+++ docs/Perl6/Spec/S02-bits.pod        2009-05-17 17:41:34 UTC (rev 26864)
@@ -1575,7 +1575,7 @@
 
 All prefix sigil operators accept one positional argument, evaluated in
 item context as a rvalue.  They can interpolate in strings if called with
-parentheses.  The special syntax form C<$()> translates into C<$( $<?> // 
Str($/) )> 
+parentheses.  The special syntax form C<$()> translates into C<$( $.ast // 
Str($/) )> 
 to operate on the current match object; similarly C<@()> and C<%()> can
 extract positional and named submatches.
 

Reply via email to