From 7a93b6e084ca686a27ff36e7fee39c65829dd843 Mon Sep 17 00:00:00 2001 From: Josh Lospinoso Date: Wed, 1 Jan 2020 11:05:14 -0500 Subject: [PATCH] Closes #74 --- docs/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.html b/docs/index.html index 041e7a8..40d5591 100755 --- a/docs/index.html +++ b/docs/index.html @@ -287,6 +287,8 @@

Typos

  • p. 78 "Each Element also contains a prefix array (5) and an operating_number pointer (6)." Should read "... and an operating_number short."
  • p. 80 "Next, you initialize another int called new_value to 200 and assign it to original(3)."
  • +
  • p. 92 (ebook only) "Finally, you check whether waste_heat is over a threshold value +of 1000 (4)." should read "...of 10000 (4)."
  • p. 100 "Handlers will catch a given type and any of its parents’ types." should read "...childrens' types."
  • p. 105 The Note should refer to Item 14, not Item 16 of Effective Modern C++ by Scott Meyers.
  • p. 110 In listing 4-16, (3) and (5) should read string.print("A") and string.print("B").