Author: wayland Date: 2009-02-27 10:33:12 +0100 (Fri, 27 Feb 2009) New Revision: 25615
Modified: docs/Perl6/Spec/S32-setting-library/Str.pod Log: Typo, my bad. wayland-- Incidentally, I can karma myself here, I think :) Modified: docs/Perl6/Spec/S32-setting-library/Str.pod =================================================================== --- docs/Perl6/Spec/S32-setting-library/Str.pod 2009-02-27 09:19:30 UTC (rev 25614) +++ docs/Perl6/Spec/S32-setting-library/Str.pod 2009-02-27 09:33:12 UTC (rev 25615) @@ -511,8 +511,6 @@ method Str subst(Str $self: Regex $search, Str $replacement); -XXX Does this return a Match? A Str? - =item trans method trans(Str $self: Str $key, Str $val);