Author: Whiteknight
Date: Mon Dec  8 16:54:07 2008
New Revision: 33679

Modified:
   trunk/docs/book/ch11_pmcs.pod

Log:
[Book] small fixes to chapter 11 that should have been committed last time

Modified: trunk/docs/book/ch11_pmcs.pod
==============================================================================
--- trunk/docs/book/ch11_pmcs.pod       (original)
+++ trunk/docs/book/ch11_pmcs.pod       Mon Dec  8 16:54:07 2008
@@ -115,9 +115,9 @@
 
   pmclass Foo {
     ATTR INTVAL bar;
-       ATTR PMC baz;
+    ATTR PMC baz;
 
-       ...
+    ...
   }
 
 The attributes are stored in a custom data structure that can be accessed
@@ -218,9 +218,6 @@
 of arbitrary functionality to a PMC that the VTABLE functions themselves
 cannot define.
 
-
-
-
 =head2 Dynpmcs
 
 =head3 Loading dynpmcs

Reply via email to