Mary says...
People will start pointing out errors to you immediately and they should be collected in a master list (html or text) and organized by page and line numebr and sent directly to Gabriel. You can keep updating the master list and sending it in every week or so, until all errata are caught. We will then fix them in the next printing of the book.
Here are two samples: http://www.manning.com/bibeault/excerpt_errata.html http://www.manning.com/gallo/excerpt_errata.html
- Find: www.manning.com/NHibernateinAction
- Change To: www.manning.com/nhibernateinaction
- Note: It looks cleaner to keep links in lower case (as long as they still work, which this does!). This was reported on the book forum.
Section 1.1
Todo: Code formatting is bad.
Section 2.1.2
- Find in Source Code: using System.Reflection;
- Add below that line: using System.Collections.Generic;
Listing 2.5
-
Find in Source Code: where e.id = 1
-
Change to: where name='Tobin Harris'
-
Find in Code: Employees
-
Change to: Employee
Reported here