Page Chapter 3. Module-Specific Settings, Page 27

Location on the page: 
Top of page, end of $form code block
Error: 

'#size' => 3

Correction: 

'#size' => 3,

Description of the Error: 

To adhere to Drupal coding standards, the last array element should be followed by a comma.

[That's true throughout the book. See my post here.]