Skip to content

Commit

Permalink
Closes JLospinoso#62
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Lospinoso committed Jan 1, 2020
1 parent 9ee6517 commit fdaadd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.html
Expand Up @@ -281,6 +281,7 @@ <h3 class="pb-3 mb-4 font-italic border-bottom" id="typos">Typos</h3>
<li><a href="https://github.com/JLospinoso/ccc/issues/33">p. xliv</a> "and the function in the Jabberwock namespace" should read "and the function in the Func namespace"</li>
<li><a href="https://github.com/JLospinoso/ccc/issues/54">p. liv</a> "the destructor cleans up file.file_pointer for you (2)" should read "...(3)"</li>
<li><a href="https://github.com/JLospinoso/ccc/issues/59">p. 18</a> "hexadecimal and octal output" shoud read "hexadecimal, decimal, and octal output"</li>
<li><a href="https://github.com/JLospinoso/ccc/issues/62">p. 21</a> "These symbols, // or /**/, tell the compiler" should read "The // symbol tells the compiler"</li>
<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
Expand Down

0 comments on commit fdaadd6

Please sign in to comment.