Author: larry
Date: Sun Jul 16 18:38:14 2006
New Revision: 10248

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

Log:
Incorrect P5 syntax spotted by scw++.


Modified: doc/trunk/design/syn/S05.pod
==============================================================================
--- doc/trunk/design/syn/S05.pod        (original)
+++ doc/trunk/design/syn/S05.pod        Sun Jul 16 18:38:14 2006
@@ -634,7 +634,7 @@
 The special named assertions include:
 
      / <before pattern> /    # was /(?=pattern)/
-     / <after pattern> /     # was /(?<pattern)/
+     / <after pattern> /     # was /(?<=pattern)/
 
      / <sp> /                # match the SPACE character (U+0020)
      / <ws> /                # match "whitespace":

Reply via email to