Author: larry
Date: Thu Sep  6 20:56:39 2007
New Revision: 14453

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

Log:
fixed it right this time...


Modified: doc/trunk/design/syn/S03.pod
==============================================================================
--- doc/trunk/design/syn/S03.pod        (original)
+++ doc/trunk/design/syn/S03.pod        Thu Sep  6 20:56:39 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