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

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

From:
audreyt
Date:
July 24, 2006 10:15
Subject:
[svn:perl6-synopsis] r10397 - doc/trunk/design/syn
Message ID:
20060724171519.CABD0CBA50@x12.develooper.com
Author: audreyt
Date: Mon Jul 24 10:15:19 2006
New Revision: 10397

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

Log:
* S03: Add Agent Zhang's two deltas missed from the previous run.

Modified: doc/trunk/design/syn/S03.pod
==============================================================================
--- doc/trunk/design/syn/S03.pod	(original)
+++ doc/trunk/design/syn/S03.pod	Mon Jul 24 10:15:19 2006
@@ -808,7 +808,7 @@
     my @a = (5,6);
     [*] @a;           # 5 * 6 = 30
 
-As with the all metaoperators, space is not allowed inside.  The whole
+As with all the metaoperators, space is not allowed inside.  The whole
 thing parses as a single token.
 
 A reduction operator has the same precedence as a list operator.  In fact,
@@ -1071,7 +1071,7 @@
 
 =head1 Binding
 
-A new form of assignment is present in Perl 6, called "binding," used in
+A new form of assignment is present in Perl 6, called I<binding>, used in
 place of typeglob assignment.  It is performed with the C<:=> operator.
 Instead of replacing the value in a container like normal assignment, it
 replaces the container itself.  For instance:



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