Skip to content

Commit 8af4a31

Browse files
committed
Fix typo in Chapter 8
1 parent c2c7752 commit 8af4a31

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

08_error.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ and encounters the nonsensical action.
7575
produce a `NaN` (not a number) or undefined value. And the program
7676
happily continues, convinced that it's doing something meaningful. The
7777
mistake 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
7979
all but silently cause the program's output to be wrong. Finding the
8080
source of such problems can be difficult.
8181

html/errata.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ <h2>Chapter 2</h2>
3636
variable <code>name</code> whose values are implicitly converted to
3737
strings.</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

0 commit comments

Comments
 (0)