Author: infinoid
Date: Mon Jan 19 22:51:44 2009
New Revision: 35789

Modified:
   trunk/docs/pdds/pdd17_pmc.pod

Changes in other areas also in this revision:
Modified:
   trunk/languages/perl6/Test.pm
   trunk/src/library.c

Log:
[cage] Fix some codingstd failures.

Modified: trunk/docs/pdds/pdd17_pmc.pod
==============================================================================
--- trunk/docs/pdds/pdd17_pmc.pod       (original)
+++ trunk/docs/pdds/pdd17_pmc.pod       Mon Jan 19 22:51:44 2009
@@ -822,8 +822,8 @@
 class is a non-aggregate type, the _keyed_* methods should throw an exception.
 
 If you do not implement the *_keyed_int and *_keyed_str functions, the default
-will convert the INTVAL or STRING * into a key PMC * and call the corresponding
-*_keyed functions.
+will convert the INTVAL or STRING * into a key PMC * and call the
+corresponding *_keyed functions.
 
 =over 4
 

Reply via email to