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

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

From:
larry
Date:
August 21, 2006 09:40
Subject:
[svn:perl6-synopsis] r11290 - doc/trunk/design/syn
Message ID:
20060821163952.C1933CB9BB@x12.develooper.com
Author: larry
Date: Mon Aug 21 09:39:51 2006
New Revision: 11290

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

Log:
Typo from Aaron Crane++


Modified: doc/trunk/design/syn/S05.pod
==============================================================================
--- doc/trunk/design/syn/S05.pod	(original)
+++ doc/trunk/design/syn/S05.pod	Mon Aug 21 09:39:51 2006
@@ -650,14 +650,14 @@
 
     <foo(/bar/)>
 
-To pass a regex with leading whitespace you must use the parenthsized form.
+To pass a regex with leading whitespace you must use the parenthesized form.
 
 If the first character is a colon, the rest of the text (following any
 whitespace) is passed as a string, so the previous may also be written as:
 
     <foo: bar>
 
-To pass a string with leading whitespace you must use the parenthsized form.
+To pass a string with leading whitespace you must use the parenthesized form.
 
 If the first character is a plus or minus, the initial identifier is taken
 as a character class, so



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