[svn:parrot] r42643 - trunk/docs/pdds

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Nov 21 03:13:19 UTC 2009


Author: jkeenan
Date: Sat Nov 21 03:13:18 2009
New Revision: 42643
URL: https://trac.parrot.org/parrot/changeset/42643

Log:
Change RT reference to TT reference.

Modified:
   trunk/docs/pdds/pdd03_calling_conventions.pod

Modified: trunk/docs/pdds/pdd03_calling_conventions.pod
==============================================================================
--- trunk/docs/pdds/pdd03_calling_conventions.pod	Sat Nov 21 03:12:20 2009	(r42642)
+++ trunk/docs/pdds/pdd03_calling_conventions.pod	Sat Nov 21 03:13:18 2009	(r42643)
@@ -117,7 +117,7 @@
 
 If the C<NAMED> bit is also set, the aggregate will be used as a hash; its
 contents, as key/value pairs, will be passed as named arguments.  The PMC
-must implement the full hash interface.  {{ RT #45367: Limit the required
+must implement the full hash interface.  {{ TT #1288: Limit the required
 interface. }}
 
 If the C<NAMED> bit is not set, the aggregate will be used as an array; its


More information about the parrot-commits mailing list