Author: pmichaud Date: Fri Jun 20 19:57:20 2008 New Revision: 14554 Modified: doc/trunk/design/syn/S05.pod
Log: typo fixes by diakopter++ Modified: doc/trunk/design/syn/S05.pod ============================================================================== --- doc/trunk/design/syn/S05.pod (original) +++ doc/trunk/design/syn/S05.pod Fri Jun 20 19:57:20 2008 @@ -1499,7 +1499,7 @@ The last is equivalent to - / ( foo | bar ) d ( foo | bar) / + / ( foo | bar ) d ( foo | bar ) / Note that the "self" call of @@ -2065,7 +2065,7 @@ $something = ""; /a|b|c|$something/; -In particular, C<< <?> >> always matches the null string successfuly, +In particular, C<< <?> >> always matches the null string successfully, and C<< <!> >> always fails to match anything. =back