develooper Front page | perl.perl6.language | Postings from February 2010

r29780 - docs/Perl6/Spec

From:
pugs-commits
Date:
February 19, 2010 06:41
Subject:
r29780 - docs/Perl6/Spec
Message ID:
20100219144016.28299.qmail@feather.perl6.nl
Author: duff
Date: 2010-02-19 15:40:16 +0100 (Fri, 19 Feb 2010)
New Revision: 29780

Modified:
   docs/Perl6/Spec/S03-operators.pod
Log:
[S03] minor typos

Modified: docs/Perl6/Spec/S03-operators.pod
===================================================================
--- docs/Perl6/Spec/S03-operators.pod	2010-02-19 00:21:59 UTC (rev 29779)
+++ docs/Perl6/Spec/S03-operators.pod	2010-02-19 14:40:16 UTC (rev 29780)
@@ -1872,7 +1872,7 @@
     False, &prefix:<!> ... *   # False, True, False...
 
 The function can be 0-ary as well, in which case it's okay for the
-closre to be the first thing:
+closure to be the first thing:
 
     { rand }...*   # list of random numbers
 
@@ -1921,7 +1921,7 @@
 is zero, then again it depends on whether the two values look like
 numbers whether we use C<*+0> or C<*.succ>/C<*.pred>.
 
-If there is only one value, we always assumes incrementation via
+If there is only one value, we always assume incrementation via
 C<.succ>.  (This may be forced to C<.pred> by examination of a limit,
 as specified below.)  Hence these come out the same:
 




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