Front page | perl.perl6.language |
Postings from May 2010
r30673 -fix typo
From:
pugs-commits
Date:
May 17, 2010 11:50
Subject:
r30673 -fix typo
Message ID:
20100517184957.5043.qmail@feather.perl6.nl
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>.)
-
r30673 -fix typo
by pugs-commits