Author: luqui
Date: Sat Jan  6 15:33:09 2007
New Revision: 13514

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

Log:
Ugh.  r3 of this simple change.


Modified: doc/trunk/design/syn/S03.pod
==============================================================================
--- doc/trunk/design/syn/S03.pod        (original)
+++ doc/trunk/design/syn/S03.pod        Sat Jan  6 15:33:09 2007
@@ -1560,7 +1560,7 @@
 signature, but the presence of C<|> defers that test until run time for
 that argument (and for any subsequent arguments):
 
-    my @args := [item @foo, item @bar];
+    my @args := [item @foo, @bar];
     push |@args;
 
 is equivalent to:

Reply via email to