File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ and encounters the nonsensical action.
7575produce a `NaN` (not a number) or undefined value. And the program
7676happily continues, convinced that it's doing something meaningful. The
7777mistake will manifest itself only later, after the bogus value has
78- traveled though several functions. It might not trigger an error at
78+ traveled through several functions. It might not trigger an error at
7979all but silently cause the program's output to be wrong. Finding the
8080source of such problems can be difficult.
8181
Original file line number Diff line number Diff line change @@ -36,6 +36,12 @@ <h2>Chapter 2</h2>
3636variable < code > name</ code > whose values are implicitly converted to
3737strings.</ p >
3838
39+ < h2 > Chapter 8</ h2 >
40+
41+ < p > < strong > Page 140</ strong > (Programmer Mistakes): In the third
42+ paragraph, the text reads “though several functions”, which should be
43+ “th< strong > r</ strong > ough several functions”.
44+
3945< h2 > Chapter 9</ h2 >
4046
4147< p > < strong > Page 157</ strong > (Repeating Parts of a Pattern): The
You can’t perform that action at this time.
0 commit comments