Incorrect annotation reference
Chapter 13: Minor changes to simplify code (C# 4): P367, section 13.1.1
Created: 11/28/2010
Last updated: 11/29/2010
Severity: Typo
Just after listing 13.1, I have the following text:
The first call [2] explicitly specifies all the arguments; the remaining calls ([2] and [4]) omit one or two arguments respectively
The second occurrence of [2] should actually be [3]:
The first call [2] explicitly specifies all the arguments; the remaining calls ([3] and [4]) omit one or two arguments respectively