[svn:parrot] r47029 - trunk/examples/languages/squaak/doc
gerd at svn.parrot.org
gerd at svn.parrot.org
Wed May 26 23:07:46 UTC 2010
Author: gerd
Date: Wed May 26 23:07:46 2010
New Revision: 47029
URL: https://trac.parrot.org/parrot/changeset/47029
Log:
correct one little typo
Modified:
trunk/examples/languages/squaak/doc/tutorial_episode_1.pod
Modified: trunk/examples/languages/squaak/doc/tutorial_episode_1.pod
==============================================================================
--- trunk/examples/languages/squaak/doc/tutorial_episode_1.pod Wed May 26 23:04:04 2010 (r47028)
+++ trunk/examples/languages/squaak/doc/tutorial_episode_1.pod Wed May 26 23:07:46 2010 (r47029)
@@ -150,8 +150,8 @@
This will compile the generated files and run the test suite. If you want more
information on what files are being generated, please check out the references
at the end of this episode or read the documentation included in the file
-F<mk_language_shell.pl>. For that you can use a installed parrot executable from
-your distribution or one you have just compiled.
+F<mk_language_shell.pl>. For that you can use an installed parrot executable
+from your distribution or one you have just compiled.
Note that we didn't write a single line of code, and already we have the basic
infrastructure in place to get us started. Of course, the generated compiler
More information about the parrot-commits
mailing list