Visual C# 2005: A Developer's Notebook by Jesse Liberty The following errata were *corrected* in the 3/06 reprint: Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem (xv) Acknowledgments; Christopher Kimpbell NOW READS: Christopher Kimbell (13) Line 15; // constrain Nodes to only take items that implement Icomparable NOW READS: // constrain Nodes to only take items that implement IComparable ^ {17} Output, 3rd line; Integers: 1, 2, 2, 5, 7, 8, 8 NOW READS: Integers: 1, 2, 2, 2, 5, 5, 5, 7, 8, 8