[svn:parrot] r36873 - trunk/docs/book

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Thu Feb 19 00:07:27 UTC 2009


Author: jkeenan
Date: Thu Feb 19 00:07:26 2009
New Revision: 36873
URL: https://trac.parrot.org/parrot/changeset/36873

Log:
Did one more of the spelling/grammatical corrections suggested by Heiko.

Modified:
   trunk/docs/book/ch04_pir_subroutines.pod

Modified: trunk/docs/book/ch04_pir_subroutines.pod
==============================================================================
--- trunk/docs/book/ch04_pir_subroutines.pod	Thu Feb 19 00:03:07 2009	(r36872)
+++ trunk/docs/book/ch04_pir_subroutines.pod	Thu Feb 19 00:07:26 2009	(r36873)
@@ -256,7 +256,7 @@
   $P0 = get_global "MySubName"
 
 Or, if you want to find a subroutine from a different namespace, you need
-to first the the namespace PMC and then pass that to C<get_global>:
+to first select the namespace PMC and then pass that to C<get_global>:
 
   $P0 = get_namespace "MyNamespace"
   $P1 = get_global $P0, "MySubName"


More information about the parrot-commits mailing list