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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Sat Oct 24 03:54:59 UTC 2009


Author: mikehh
Date: Sat Oct 24 03:54:54 2009
New Revision: 42069
URL: https://trac.parrot.org/parrot/changeset/42069

Log:
fix codetest failure - opcode documentation errors

Modified:
   trunk/src/ops/experimental.ops

Modified: trunk/src/ops/experimental.ops
==============================================================================
--- trunk/src/ops/experimental.ops	Sat Oct 24 03:39:55 2009	(r42068)
+++ trunk/src/ops/experimental.ops	Sat Oct 24 03:54:54 2009	(r42069)
@@ -78,7 +78,7 @@
 
 =over 4
 
-=item B<fetch>(out PMC, in PMC, in KEY, in PMC, in PMC)
+=item B<fetch>(out PMC, in PMC, in KEY, in PMC)
 
 Fetches a value from $2, keyed by $3 into $1.  If the resulting PMC is PMCNULL,
 clones $4 and assigns the result to $1 instead.
@@ -87,7 +87,7 @@
 
 =item B<fetch>(out PMC, in PMC, in INT, in PMC)
 
-=item B<fetch>(out PMC, in PMC, in STRING, in PMC)
+=item B<fetch>(out PMC, in PMC, in STR, in PMC)
 
 =back
 


More information about the parrot-commits mailing list