Exercises: Fix type-setting typo

This commit is contained in:
Alex Hirsch 2020-12-11 11:23:43 +01:00
parent d5dbb84af0
commit 3df96b2a35

View File

@ -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