Skip to content

Commit

Permalink
Closes JLospinoso#86
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Lospinoso committed Jan 1, 2020
1 parent 958dc14 commit 7a6fb80
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 @@ -304,6 +304,8 @@ <h3 class="pb-3 mb-4 font-italic border-bottom" id="typos">Typos</h3>
<li><a href="https://github.com/JLospinoso/ccc/issues/79">p. 137</a> (ebook only) The Note referring to Chapters 20 and 21 of "The C + + Programming Language" (4th Edition, by Bjarne Stroustrup) should not contain hyperlinks.</li>
<li><a href="https://github.com/JLospinoso/ccc/issues/23">p. 147</a> In Listing 5-14, "Bank(Logger* logger) : logger{ logger } ()" should read "Bank(Logger* logger) : logger{ logger } {}"</li>
<li><a href="https://github.com/JLospinoso/ccc/issues/80">p. 149</a> (ebook only) The Martha Stewart quote should read "The more you adapt, the more interesting you are."</li>
<li><a href="https://github.com/JLospinoso/ccc/issues/86">p. 155</a> "Notice that you need to provide only a single template parameter, the
return type, upon instantiation (1)(4)." should read "...upon instantiation (2)(5)."</li>
<li><a href="https://github.com/JLospinoso/ccc/issues/85">p. 159</a> "For example, if a template function’s return type is a template argument," should read "For example, if a template function’s return type is a template argument that's entirely independent of other function and template arguments,"</li>
<li><a href="https://github.com/JLospinoso/ccc/issues/81">p. 167</a> The paragraph "The concept is composed of three Boolean expressions AND-ed (&&) together: two type traits (1) (3) and a requires expression." should read as follows: "The concept is composed of a type trait (1) and a requires containing two requirement expressions (2) (3)."
</li>
Expand Down

0 comments on commit 7a6fb80

Please sign in to comment.