develooper Front page | perl.perl6.language | Postings from June 2008

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

From:
pmichaud
Date:
June 20, 2008 19:56
Subject:
[svn:perl6-synopsis] r14553 - doc/trunk/design/syn
Author: pmichaud
Date: Fri Jun 20 19:56:43 2008
New Revision: 14553

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

Log:
typo fixes by diakopter++


Modified: doc/trunk/design/syn/S03.pod
==============================================================================
--- doc/trunk/design/syn/S03.pod	(original)
+++ doc/trunk/design/syn/S03.pod	Fri Jun 20 19:56:43 2008
@@ -171,7 +171,7 @@
 
     { ... }
 
-When found where a statement is expected, executes immediately.  Othewise
+When found where a statement is expected, executes immediately.  Otherwise
 always defers evaluation of the inside scope.
 
 =item *
@@ -217,7 +217,7 @@
 
 Transliterations
 
-    tr/a..z/A..Z/;
+    tr/a..z/A..Z/
 
 Note ranges use C<..> rather than C<->.
 



Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About