From 3df96b2a35c71fb7496e0beca5453182551a22e5 Mon Sep 17 00:00:00 2001 From: Alex Hirsch Date: Fri, 11 Dec 2020 11:23:43 +0100 Subject: [PATCH] Exercises: Fix type-setting typo --- exercises/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/README.md b/exercises/README.md index 9f5ba79..5bd5a44 100644 --- a/exercises/README.md +++ b/exercises/README.md @@ -316,7 +316,7 @@ The empty set would therefore be `type_set<>`, while the set containing the type Try not to use any of the utilities provided by the standard library (like the example provided in the lecture). -***Hint:** If you are struggling with this exercise you might want to have a look at how *fold* (i.e. *reduce*) is used in functional programming languages. +**Hint:** If you are struggling with this exercise you might want to have a look at how *fold* (i.e. *reduce*) is used in functional programming languages. ## Task 20