[svn:parrot] r41220 - trunk/docs/pdds

darbelo at svn.parrot.org darbelo at svn.parrot.org
Fri Sep 11 21:15:06 UTC 2009


Author: darbelo
Date: Fri Sep 11 21:15:05 2009
New Revision: 41220
URL: https://trac.parrot.org/parrot/changeset/41220

Log:
Reformat a paragraph to avoid lines longer that 78 characters and please t/codingstd/pdd_format.t

Modified:
   trunk/docs/pdds/pdd15_objects.pod

Modified: trunk/docs/pdds/pdd15_objects.pod
==============================================================================
--- trunk/docs/pdds/pdd15_objects.pod	Fri Sep 11 21:00:57 2009	(r41219)
+++ trunk/docs/pdds/pdd15_objects.pod	Fri Sep 11 21:15:05 2009	(r41220)
@@ -130,8 +130,9 @@
 
 There are four pieces to the object implementation. There are the PMCs for the
 classes, roles, and objects, the opcodes the engine uses to do objecty things,
-specific vtable functions used to perform some of those objecty things, and the
-supporting code provided by the interpreter engine to do the heavy lifting.
+specific vtable functions used to perform some of those objecty things, and
+the supporting code provided by the interpreter engine to do the heavy
+lifting.
 
 Parrot, in general, doesn't restrict operations on objects and classes. If a
 language has restrictions on what can be done with them, the language is


More information about the parrot-commits mailing list