From dd5279e78e1c0e5cab063de10ad659cb04040ae3 Mon Sep 17 00:00:00 2001 From: thma Date: Sat, 10 Nov 2018 10:43:20 +0100 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92e19e5..a3813b9 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ I think this kind of exposition could be helpful if you are either: - [Beyond type class patterns](#beyond-type-class-patterns) - [Dependency Injection -> Parameter Binding](#dependency-injection---parameter-binding) - [Adapter -> Function Composition](#adapter---function-composition) - - [Template Method -> type class default functions](#template-method---type-class-default-functions)TB + - [Template Method -> type class default functions](#template-method---type-class-default-functions) - Factory -> TBD - [Builder -> record syntax, smart constructor](#builder---record-syntax-smart-constructor) - [Some related links](#some-interesting-links)