Author: moritz
Date: 2010-05-17 20:47:54 +0200 (Mon, 17 May 2010)
New Revision: 30672

Modified:
   docs/Perl6/Spec/S32-setting-library/Str.pod
Log:
[S32/Str] update "sameaccent" fossile

Modified: docs/Perl6/Spec/S32-setting-library/Str.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/Str.pod 2010-05-17 18:41:52 UTC (rev 
30671)
+++ docs/Perl6/Spec/S32-setting-library/Str.pod 2010-05-17 18:47:54 UTC (rev 
30672)
@@ -186,12 +186,12 @@
 Has the effect of making the case of the string match the case pattern in 
C<$pattern>.
 (Used by s:ii/// internally, see L<S05>.)
 
-=item sameaccent
+=item samemark
 
- our Str multi method sameaccent ( Str $string: Str $pattern ) is export
+ our Str multi method sameamark ( Str $string: Str $pattern ) is export
 
-Has the effect of making the case of the string match the accent pattern in 
C<$pattern>.
-(Used by s:aa/// internally, see L<S05>.)
+Has the effect of making the case of the string match the marking pattern in 
C<$pattern>.
+(Used by s:mm/// internally, see L<S05>.)
 
 =item capitalize
 

Reply via email to