Author: larry
Date: Fri Mar  9 12:48:52 2007
New Revision: 14324

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

Log:
typo from perl++
clarification that :b includes mark characters in actual matched text


Modified: doc/trunk/design/syn/S05.pod
==============================================================================
--- doc/trunk/design/syn/S05.pod        (original)
+++ doc/trunk/design/syn/S05.pod        Fri Mar  9 12:48:52 2007
@@ -132,7 +132,7 @@
 =item *
 
 The C<:i> (or C<:ignorecase>) modifier causes case distinctions to be
-ignore in its lexical scope, but not in its dynamic scope.  That is,
+ignored in its lexical scope, but not in its dynamic scope.  That is,
 subrules always use their own case settings.
 
 =item *
@@ -142,7 +142,10 @@
 to taking each grapheme (in both target and pattern), converting
 both to NFD (maximally decomposed) and then comparing the two base
 characters (Unicode non-mark characters) while ignoring any trailing
-mark characters.
+mark characters.  The mark characters are ignored only for the purpose
+of determining the truth of the assertion; the actual text matched
+includes all ignored characters, including any that follow the final
+base character.
 
 =item *
 

Reply via email to