C# in Depth

Missing word on page 443 (Chapter 15)

Page 443 starts with the following sentence:

The compiler then uses that information to warn you if try to misuse a value that might be null.

The word "you" is missing between "if" and "try". The sentence should be:

The compiler then uses that information to warn you if you try to misuse a value that might be null.


All errata