Author: larry
Date: Thu Sep  6 20:50:04 2007
New Revision: 14452

Modified:
   doc/trunk/design/syn/S03.pod

Log:
extra \ found by sunnavy++


Modified: doc/trunk/design/syn/S03.pod
==============================================================================
--- doc/trunk/design/syn/S03.pod        (original)
+++ doc/trunk/design/syn/S03.pod        Thu Sep  6 20:50:04 2007
@@ -3632,7 +3632,7 @@
 If you already have a capture variable, you can interpolate all of
 its bits at once using the C<< prefix:<|> >> operator:
 
-    my \$capture := func();
+    my $capture := func();
     push |$capture;
 
 =head1 Traversing arrays in parallel

Reply via email to