[svn:parrot] r41582 - trunk/docs/book/pir
rblasch at svn.parrot.org
rblasch at svn.parrot.org
Wed Sep 30 19:53:18 UTC 2009
Author: rblasch
Date: Wed Sep 30 19:53:17 2009
New Revision: 41582
URL: https://trac.parrot.org/parrot/changeset/41582
Log:
[book] Fixed typo.
Modified:
trunk/docs/book/pir/ch03_basic_syntax.pod
Modified: trunk/docs/book/pir/ch03_basic_syntax.pod
==============================================================================
--- trunk/docs/book/pir/ch03_basic_syntax.pod Wed Sep 30 17:13:24 2009 (r41581)
+++ trunk/docs/book/pir/ch03_basic_syntax.pod Wed Sep 30 19:53:17 2009 (r41582)
@@ -220,7 +220,7 @@
variables (such as an array). A key is either an integer or a string; and it's
always enclosed in square brackets (C<[> and C<]>). You do not have to declare
literal keys. This code example stores the string "foo" in $P0 as element 5,
-and then retreives it.
+and then retrieves it.
=begin PIR_FRAGMENT
More information about the parrot-commits
mailing list