Skip to content

Commit

Permalink
Closes Issue JLospinoso#16
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Lospinoso committed Sep 21, 2019
1 parent 088732b commit e73fa94
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,10 @@ <h3 class="pb-3 mb-4 font-italic border-bottom" id="typos">Typos</h3>
<li><a href="https://github.com/JLospinoso/ccc/issues/10">p. 203</a> Listing 7-14 Caption, "A refactor of Listing 7-13 using a static_cast..." should read "A refactor of Listing 7-13 using a reinterpret_cast...".</li>
<li><a href="https://github.com/JLospinoso/ccc/issues/11">p. 251</a> "..., you call va_list with the va_list structure" should read "..., you call va_end with the va_list structure"</li>
<li><a href="https://github.com/JLospinoso/ccc/issues/12">p. 284</a> Figure 10-1, the direction of the arrows, SpeedUpdate, CarDetected, BrakeCommand, are reversed.</li>
<li><a href="https://github.com/JLospinoso/ccc/issues/13">p. 327</a> Listing 10-50: "publish(A<BrakeCommand>)" should read "publish(A<BrakeCommand>())" </li>
<li><a href="https://github.com/JLospinoso/ccc/issues/14">p. 328</a> Table 10-2: "A<type>)()" should read "A<type>()"; "An<type>)()" should read "An<type>()"</li>
<li><a href="https://github.com/JLospinoso/ccc/issues/13">p. 327</a> Listing 10-50: "publish(A&#60;BrakeCommand&#62;)" should read "publish(A&#60;BrakeCommand&#62;())" </li>
<li><a href="https://github.com/JLospinoso/ccc/issues/14">p. 328</a> Table 10-2: "A&#60;type&#62;)()" should read "A&#60;type&#62;()"; "An&#60;type&#62;)()" should read "An&#60;type&#62;()"</li>
<li><a href="https://github.com/JLospinoso/ccc/issues/16">p. 404</a> At Table 12-16, table header "Distribution" should read "Operation".</li>
<li><a href="https://github.com/JLospinoso/ccc/issues/16">p. 404</a> The subtitle "A Partial List of Random Number Distributions" should read "A Partial List of Operations Available in &#60;ratio&#62;".</li>
</ul>
</div>
<div class="col-md-8">
Expand Down

0 comments on commit e73fa94

Please sign in to comment.