Skip to content

Commit

Permalink
Closes #74
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Lospinoso committed Jan 1, 2020
1 parent fbbabb7 commit 7a93b6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ <h3 class="pb-3 mb-4 font-italic border-bottom" id="typos">Typos</h3>
<li><a href="https://github.com/JLospinoso/ccc/issues/6">p. 78</a> "Each Element also contains a prefix array (5) and an operating_number
pointer (6)." Should read "... and an operating_number short."</li>
<li><a href="https://github.com/JLospinoso/ccc/issues/19">p. 80</a> "Next, you initialize another int called new_value to 200 and <b>assign it to original</b>(3)."</li>
<li><a href="https://github.com/JLospinoso/ccc/issues/74">p. 92</a> (ebook only) "Finally, you check whether waste_heat is over a threshold value
of 1000 (4)." should read "...of 10000 (4)."</li>
<li><a href="https://github.com/JLospinoso/ccc/issues/75">p. 100</a> "Handlers will catch a given type and any of its parents’ types." should read "...childrens' types."</li>
<li><a href="https://github.com/JLospinoso/ccc/issues/32">p. 105</a> The Note should refer to Item 14, not Item 16 of Effective Modern C++ by Scott Meyers.</li>
<li><a href="https://github.com/JLospinoso/ccc/issues/77">p. 110</a> In listing 4-16, (3) and (5) should read string.print("A") and string.print("B").</li>
Expand Down

0 comments on commit 7a93b6e

Please sign in to comment.