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

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

From:
pmichaud
Date:
August 22, 2006 11:00
Subject:
[svn:perl6-synopsis] r11316 - doc/trunk/design/syn
Message ID:
20060822180005.26E60CB9BB@x12.develooper.com
Author: pmichaud
Date: Tue Aug 22 11:00:04 2006
New Revision: 11316

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

Log:
Change "If the first character after the angle is whitespace" to
"If the first character after the identifier is whitespace" for
<before regex> constructs.


Modified: doc/trunk/design/syn/S05.pod
==============================================================================
--- doc/trunk/design/syn/S05.pod	(original)
+++ doc/trunk/design/syn/S05.pod	Tue Aug 22 11:00:04 2006
@@ -641,7 +641,7 @@
 
     <foo('bar')>
 
-If the first character after the angle is whitespace, the
+If the first character after the identifier is whitespace, the
 subsequent text (following any whitespace) is passed as regex, so:
 
     <foo bar>



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