From 551a2e795f6dda9af6adef360a3b442f070ff228 Mon Sep 17 00:00:00 2001 From: Alex Hirsch Date: Fri, 11 Dec 2020 16:10:49 +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 5bd5a44..aec633a 100644 --- a/exercises/README.md +++ b/exercises/README.md @@ -292,7 +292,7 @@ using Vec2 = Vector<2>; using Vec3 = Vector<3>; ``` -***Note:** You are allowed to modify the given snippet as necessary. +**Note:** You are allowed to modify the given snippet as necessary. ## Task 19