Author: audreyt
Date: Wed Sep 20 03:27:09 2006
New Revision: 12247
Modified:
doc/trunk/design/syn/S06.pod
Log:
* Ditto.
Modified: doc/trunk/design/syn/S06.pod
==============================================================================
--- doc/trunk/design/syn/S06.pod (original)
+++ doc/trunk/design/syn/S06.pod Wed Sep 20 03:27:09 2006
@@ -2115,7 +2115,7 @@
temp &thermo.wrap( { call($^t + 273.16) } );
The entire argument list may be captured by the C<\$args> parameter.
-It can then be passed to C<call> as C<*$args>:
+It can then be passed to C<call> as C<[,] =$args>:
# Double the return value for &thermo
&thermo.wrap( -> \$args { call([,] =$args) * 2 } );