[svn:parrot] r48778 - trunk/src/ops

nwellnhof at svn.parrot.org nwellnhof at svn.parrot.org
Sat Sep 4 11:48:36 UTC 2010


Author: nwellnhof
Date: Sat Sep  4 11:48:35 2010
New Revision: 48778
URL: https://trac.parrot.org/parrot/changeset/48778

Log:
[doc] Amend documentation of morph opcode

Modified:
   trunk/src/ops/pmc.ops

Modified: trunk/src/ops/pmc.ops
==============================================================================
--- trunk/src/ops/pmc.ops	Sat Sep  4 01:54:03 2010	(r48777)
+++ trunk/src/ops/pmc.ops	Sat Sep  4 11:48:35 2010	(r48778)
@@ -681,7 +681,7 @@
 
 =item B<morph>(invar PMC, in PMC)
 
-Have $1 turn itself into a PMC of type $2.
+Have $1 turn itself into a PMC of type $2. $2 should be a Class PMC.
 
 =cut
 


More information about the parrot-commits mailing list