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

coke at svn.parrot.org coke at svn.parrot.org
Tue Dec 1 18:20:15 UTC 2009


Author: coke
Date: Tue Dec  1 18:20:11 2009
New Revision: 42837
URL: https://trac.parrot.org/parrot/changeset/42837

Log:
grammar updates

Modified:
   trunk/src/ops/var.ops

Modified: trunk/src/ops/var.ops
==============================================================================
--- trunk/src/ops/var.ops	Tue Dec  1 17:31:43 2009	(r42836)
+++ trunk/src/ops/var.ops	Tue Dec  1 18:20:11 2009	(r42837)
@@ -86,7 +86,7 @@
 Find the lexical variable named $2 and store it in $1. This
 opcode either throws an exception or returns a Null PMC for the failure case,
 depending on the implementation of the LexPad PMC. Parrot's
-standard LexPad throws and exception for non-existing names.
+standard LexPad throws an exception for non-existent names.
 
 =cut
 


More information about the parrot-commits mailing list