Re: [svn:perl6-synopsis] r8724 - doc/trunk/design/syn

2006-04-17 Thread Dr.Ruud
[EMAIL PROTECTED] schreef:
 Author: autrijus
 Date: Sun Apr 16 18:24:04 2006
 New Revision: 8724

 Modified:
doc/trunk/design/syn/S06.pod
doc/trunk/design/syn/S09.pod

 Log:
 * more typo cleanups promted by Dr. Ruud.

I love tradition: s/mt/mpt
;)


 -The unary prefix operator C* casts a value to an CCapture
 +The unary prefix operator C* casts a value to a CCapture

 -my $ref = [EMAIL PROTECTED]; # $ref is an Capture object - see S02
 +my $ref = [EMAIL PROTECTED]; # $ref is a Capture object - see S02

I miss the s/\ban one\b/a one/ correction. Oh well, it has loads of
tradition too.
(King James; 2 Corinthians: 10:11, 12:5; et many al.)

-- 
Affijn, Ruud

Gewoon is een tijger.



[svn:perl6-synopsis] r8724 - doc/trunk/design/syn

2006-04-16 Thread autrijus
Author: autrijus
Date: Sun Apr 16 18:24:04 2006
New Revision: 8724

Modified:
   doc/trunk/design/syn/S06.pod
   doc/trunk/design/syn/S09.pod

Log:
* more typo cleanups promted by Dr. Ruud.

Modified: doc/trunk/design/syn/S06.pod
==
--- doc/trunk/design/syn/S06.pod(original)
+++ doc/trunk/design/syn/S06.podSun Apr 16 18:24:04 2006
@@ -705,7 +705,7 @@
 
 =head2 Flattening argument lists
 
-The unary prefix operator C* casts a value to an CCapture
+The unary prefix operator C* casts a value to a CCapture
 object, then splices it into the argument list it occurs in.
 
 Casting CCapture to CCapture is a no-op:

Modified: doc/trunk/design/syn/S09.pod
==
--- doc/trunk/design/syn/S09.pod(original)
+++ doc/trunk/design/syn/S09.podSun Apr 16 18:24:04 2006
@@ -697,7 +697,7 @@
 my $val := %hashfoobar;
 
 my @array;
-my $ref = [EMAIL PROTECTED]; # $ref is an Capture object - see S02
+my $ref = [EMAIL PROTECTED]; # $ref is a Capture object - see S02
 
 my %hash;
 %hashfoobar = foo; # duh