[svn:parrot] r39616 - trunk/docs/book/pir
moritz at svn.parrot.org
moritz at svn.parrot.org
Wed Jun 17 10:22:26 UTC 2009
Author: moritz
Date: Wed Jun 17 10:22:23 2009
New Revision: 39616
URL: https://trac.parrot.org/parrot/changeset/39616
Log:
[docs] fix line length error in docs/book/pir/ch08_io.pod, mikehh++
Modified:
trunk/docs/book/pir/ch08_io.pod
Modified: trunk/docs/book/pir/ch08_io.pod
==============================================================================
--- trunk/docs/book/pir/ch08_io.pod Wed Jun 17 07:34:48 2009 (r39615)
+++ trunk/docs/book/pir/ch08_io.pod Wed Jun 17 10:22:23 2009 (r39616)
@@ -173,7 +173,8 @@
=head3 close
-The C<close> method closes the filehandle. This does not destroy the filehandle object; uou can reopen it with the C<open> method later.
+The C<close> method closes the filehandle. This does not destroy the filehandle
+object; you can reopen it with the C<open> method later.
=begin PIR_FRAGMENT
More information about the parrot-commits
mailing list