Author: pmichaud Date: 2010-05-17 21:53:42 +0200 (Mon, 17 May 2010) New Revision: 30674
Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05]: Typo fix TimToady++'s typo fix in r30668. :-) Modified: docs/Perl6/Spec/S05-regex.pod =================================================================== --- docs/Perl6/Spec/S05-regex.pod 2010-05-17 18:49:57 UTC (rev 30673) +++ docs/Perl6/Spec/S05-regex.pod 2010-05-17 19:53:42 UTC (rev 30674) @@ -4122,7 +4122,7 @@ It is specifically I<not> required of an implementation that it treat the regexes as generic with respect to case and mark. Retroactive -recompilation is considered harmful. If an implementatoin does do lazy +recompilation is considered harmful. If an implementation does do lazy generic case and mark semantics, it is erroneous and non-portable for a program to depend on it.