fix: fix crtp markdown syntax

This commit is contained in:
Ilkka Seppälä
2023-10-14 11:16:02 +03:00
parent b86f2357b0
commit 38d28870f2
+1 -1
View File
@@ -134,5 +134,5 @@ Use the Curiously Recurring Template Pattern when
## Credits
* [How do I decrypt "Enum<E extends Enum<E>>"?](http://www.angelikalanger.com/GenericsFAQ/FAQSections/TypeParameters.html#FAQ106)
* [How do I decrypt "Enum<E extends Enum\<E>>"?](http://www.angelikalanger.com/GenericsFAQ/FAQSections/TypeParameters.html#FAQ106)
* Chapter 5 Generics, Item 30 in [Effective Java](https://www.amazon.com/gp/product/0134685997/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=0134685997&linkCode=as2&tag=javadesignpat-20&linkId=4e349f4b3ff8c50123f8147c828e53eb)