Fixed unterminated references.

This commit is contained in:
Ian Dinwoodie
2019-04-27 19:24:13 -04:00
parent a2c4c1b519
commit 52709b5cac

View File

@@ -13,8 +13,8 @@ possible.
This work, "C++ Design Patterns for Humans", is a derivative of This work, "C++ Design Patterns for Humans", is a derivative of
<a href="https://github.com/kamranahmedse/design-patterns-for-humans"> <a href="https://github.com/kamranahmedse/design-patterns-for-humans">
"Design Patterns for Humans"</a> by <a href="https://github.com/kamranahmedse"> "Design Patterns for Humans"</a> by <a href="https://github.com/kamranahmedse">
"kamranahmedse", used under "kamranahmedse"</a>, used under
<a href=https://creativecommons.org/licenses/by/4.0/">"CC BY 4.0". <a href=https://creativecommons.org/licenses/by/4.0/">"CC BY 4.0"</a>.
</p> </p>
*** ***