From 38d28870f2ebc9c65f29799d094e7d9cd0fbd233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Sat, 14 Oct 2023 11:16:02 +0300 Subject: [PATCH] fix: fix crtp markdown syntax --- crtp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crtp/README.md b/crtp/README.md index 89f0720a8ebe..67627f44da7f 100644 --- a/crtp/README.md +++ b/crtp/README.md @@ -134,5 +134,5 @@ Use the Curiously Recurring Template Pattern when ## Credits -* [How do I decrypt "Enum>"?](http://www.angelikalanger.com/GenericsFAQ/FAQSections/TypeParameters.html#FAQ106) +* [How do I decrypt "Enum>"?](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)