On page 37, in item 5, the line of code that reads:
Console.WriteLine( string.Format( new CustomerFormatter(), "", c1 );
should read:
Console.WriteLine( string.Format( new CustomerFormatter(), "{0}", c1 );