Author: coke Date: 2010-05-17 20:49:57 +0200 (Mon, 17 May 2010) New Revision: 30673
Modified: docs/Perl6/Spec/S32-setting-library/Str.pod Log: fix typo Modified: docs/Perl6/Spec/S32-setting-library/Str.pod =================================================================== --- docs/Perl6/Spec/S32-setting-library/Str.pod 2010-05-17 18:47:54 UTC (rev 30672) +++ docs/Perl6/Spec/S32-setting-library/Str.pod 2010-05-17 18:49:57 UTC (rev 30673) @@ -188,7 +188,7 @@ =item samemark - our Str multi method sameamark ( Str $string: Str $pattern ) is export + our Str multi method samemark ( Str $string: Str $pattern ) is export 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>.)