Author: wollmers
Date: 2009-04-27 09:51:37 +0200 (Mon, 27 Apr 2009)
New Revision: 26481

Modified:
   docs/Perl6/Spec/S32-setting-library/Str.pod
Log:
typo

Modified: docs/Perl6/Spec/S32-setting-library/Str.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/Str.pod 2009-04-27 07:13:52 UTC (rev 
26480)
+++ docs/Perl6/Spec/S32-setting-library/Str.pod 2009-04-27 07:51:37 UTC (rev 
26481)
@@ -136,7 +136,7 @@
 names for the various modes of normalization:
 
  our Str multi method nfd ( Str $string: ) is export {
-   $string.normalize(:cononical, :!recompose);
+   $string.normalize(:canonical, :!recompose);
  }
  our Str multi method nfc ( Str $string: ) is export {
    $string.normalize(:canonical, :recompose);

Reply via email to