[svn:parrot] r40243 - trunk/src/pmc

tene at svn.parrot.org tene at svn.parrot.org
Fri Jul 24 00:04:20 UTC 2009


Author: tene
Date: Fri Jul 24 00:04:19 2009
New Revision: 40243
URL: https://trac.parrot.org/parrot/changeset/40243

Log:
Minor POD fix for class.pmc.

Modified:
   trunk/src/pmc/class.pmc

Modified: trunk/src/pmc/class.pmc
==============================================================================
--- trunk/src/pmc/class.pmc	Thu Jul 23 23:18:30 2009	(r40242)
+++ trunk/src/pmc/class.pmc	Fri Jul 24 00:04:19 2009	(r40243)
@@ -728,7 +728,7 @@
 
 /*
 
-=item C<void remove_method(STRING *name, PMC *sub)>
+=item C<void remove_method(STRING *name)>
 
 Removes the method with the given name.
 


More information about the parrot-commits mailing list