Skip to content

Commit

Permalink
fix: fix crtp markdown syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
iluwatar committed Oct 14, 2023
1 parent b86f235 commit 38d2887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crtp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 38d2887

Please sign in to comment.