[Gd-chatter] r10789 - trunk/www/books/drm

cpage at gwydiondylan.org cpage at gwydiondylan.org
Wed Jun 7 08:25:24 CEST 2006


Author: cpage
Date: Wed Jun  7 08:25:22 2006
New Revision: 10789

Modified:
   trunk/www/books/drm/Errata.html
Log:
Job: website

Added an errata about missing commas in example code on page 69. I
have not yet added the matching note and fixed the error within the
corresponding DRM page, as I am currently editing that page.



Modified: trunk/www/books/drm/Errata.html
==============================================================================
--- trunk/www/books/drm/Errata.html	(original)
+++ trunk/www/books/drm/Errata.html	Wed Jun  7 08:25:22 2006
@@ -30,6 +30,11 @@
 	immediately above the entry for <tt>:=</tt>. In other words, the precedence of <tt>:=</tt>
 	is lower than that of <tt>|</tt> and <tt>&amp;</tt>.</li>
       
+      <li id="p69-1"><a href="Instance_Creation_and_Initialization#errata-p69-1">p. 69</a>, the
+	definition of class <tt>&lt;person&gt;</tt> is missing a comma between <tt>slot name</tt>
+	and <tt>required-init-keyword:</tt>. The definition of class <tt>&lt;astronaut&gt;</tt>
+	is missing commas in its keyword descriptors, between the keyword and <tt>init-value:</tt>.</li>
+      
       <li id="p73-1"><a href="Union_Types#errata-p73-1">p. 73</a>, the last paragraph explaining the
 	subtype relationships of <tt>type-union</tt> reads
 



More information about the chatter mailing list