develooper Front page | perl.perl6.language | Postings from April 2006

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

Thread Next
From:
autrijus
Date:
April 16, 2006 18:24
Subject:
[svn:perl6-synopsis] r8724 - doc/trunk/design/syn
Message ID:
20060417012406.C6792CBA6D@x12.develooper.com
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.pod	Sun Apr 16 18:24:04 2006
@@ -705,7 +705,7 @@
 
 =head2 Flattening argument lists
 
-The unary prefix operator C<*> casts a value to an C<Capture>
+The unary prefix operator C<*> casts a value to a C<Capture>
 object, then splices it into the argument list it occurs in.
 
 Casting C<Capture> to C<Capture> is a no-op:

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

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About