[svn:parrot-pdd] r35789 - in trunk: docs/pdds languages/perl6 src

[email protected] Mon, 19 Jan 2009 22:51:45 -0800 (PST)
Newsgroups perl.perl6.internals
Message-ID <[email protected]>
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