-
-
Notifications
You must be signed in to change notification settings - Fork 176
Closed
Labels
Description
Issue description
On page 143 of the second edition of the handbook (but first printing?), chapter 11, under "Syntax introduced" the String.substring() function is incorrectly capitalized as String.subString(). It is correct in the rest of that chapter.
URL(s) of affected page(s)
Proposed fix
Change String.subString() to String.substring() in the "Syntax introduced" section of chapter 11.