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

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

From:
pmichaud
Date:
June 20, 2008 19:57
Subject:
[svn:perl6-synopsis] r14554 - doc/trunk/design/syn
Author: pmichaud
Date: Fri Jun 20 19:57:20 2008
New Revision: 14554

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

Log:
typo fixes by diakopter++


Modified: doc/trunk/design/syn/S05.pod
==============================================================================
--- doc/trunk/design/syn/S05.pod	(original)
+++ doc/trunk/design/syn/S05.pod	Fri Jun 20 19:57:20 2008
@@ -1499,7 +1499,7 @@
 
 The last is equivalent to
 
-    / ( foo | bar ) d ( foo | bar) /
+    / ( foo | bar ) d ( foo | bar ) /
 
 Note that the "self" call of
 
@@ -2065,7 +2065,7 @@
      $something = "";
      /a|b|c|$something/;
 
-In particular, C<< <?> >> always matches the null string successfuly,
+In particular, C<< <?> >> always matches the null string successfully,
 and C<< <!> >> always fails to match anything.
 
 =back



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