Exercises: Fix type-setting typo

This commit is contained in:
Alex Hirsch 2020-12-11 16:10:49 +01:00
parent 3df96b2a35
commit 551a2e795f

View File

@ -292,7 +292,7 @@ using Vec2 = Vector<2>;
using Vec3 = Vector<3>; 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 ## Task 19