Skip to content

Commit

Permalink
Closes JLospinoso#30
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Lospinoso committed Oct 23, 2019
1 parent a520ada commit d13b4e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ <h5>To report an erratum, please submit an issue on Github <a href="https://gith
<h3 class="pb-3 mb-4 font-italic border-bottom" id="typos">Typos</h3>
<ul>
<li><a href="https://github.com/JLospinoso/ccc/issues/5">p. 62</a> "Whether array_5 is initialized or not..." Should read "Whether array_4 is initialized or not..."</li>
<li><a href="https://github.com/JLospinoso/ccc/issues/30">p. 76</a> In Listing 3-7, "*(lower + 4)" and "*(upper_ptr + 4)" should read "*(lower + 3)" and "*(upper_ptr + 3)", respectively.</li>
<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>
Expand Down

0 comments on commit d13b4e9

Please sign in to comment.