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>

Reply via email to