Author: larry
Date: Wed Sep 13 07:03:51 2006
New Revision: 11976

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

Log:
typo spotted by Carl Mäsak++


Modified: doc/trunk/design/syn/S03.pod
==============================================================================
--- doc/trunk/design/syn/S03.pod        (original)
+++ doc/trunk/design/syn/S03.pod        Wed Sep 13 07:03:51 2006
@@ -14,7 +14,7 @@
   Date: 8 Mar 2004
   Last Modified: 13 Sep 2006
   Number: 3
-  Version: 61
+  Version: 62
 
 =head1 Changes to Perl 5 operators
 
@@ -1042,9 +1042,9 @@
 
 The C<X~X> operator desugars to something like:
 
-    [~]«( <a b> X <1 2> )  #  'a1', 'a2', 'b1', 'b2'
+    [~]«( <a b> X,X <1 2> )  #  'a1', 'a2', 'b1', 'b2'
 
-The list concatenating form
+The list concatenating form, C<X,X>, when used like this:
 
     <a b> X,X 1,2 X,X <x y>
 
@@ -1082,6 +1082,8 @@
 Note that only the first term of an C<X> operator may reasonably be
 an infinite list.
 
+Multidimensional lists should be handled properly.
+
 =head1 Junctive operators
 
 C<|>, C<&>, and C<^> are no longer bitwise operators (see

Reply via email to