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