Skip to content

Commit 251b1a7

Browse files
committed
Mark some errata with reprint numbers
1 parent 8599c30 commit 251b1a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

html/errata.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2>Chapter 14</h2>
7878

7979
<h2>Chapter 15</h2>
8080

81-
<p><strong>Page 255</strong> <em>Mouse Motion</em>: The second
81+
<p><strong>Page 255</strong> (6th) <em>Mouse Motion</em>: The second
8282
paragraph on the page claims that you can isolate a button from
8383
the <code>buttons</code> bitmask with the remainder operator, but that
8484
doesn't really work (you'd also need a division and a floor, which
@@ -93,11 +93,11 @@ <h2>Chapter 15</h2>
9393

9494
<h2>Chapter 16</h2>
9595

96-
<p><strong>Page 271</strong> <em>Actors</em>: Near the bottom of the
96+
<p><strong>Page 271</strong> (7th) <em>Actors</em>: Near the bottom of the
9797
page, the book incorrectly uses the term <em>phase</em> (of a sinus
9898
wave) where it should say <em>period</em>.</p>
9999

100-
<p><strong>Page 278</strong> <em>Motion and Collision</em>: The code
100+
<p><strong>Page 278</strong> (7th) <em>Motion and Collision</em>: The code
101101
that defines the <code>touches</code> method unintentionally (though
102102
harmlessly) used <code>var</code> instead of <code>let</code> to
103103
define variables.</p>

0 commit comments

Comments
 (0)