From aa9ed79163106171b9dd7f121a13dd49289209f9 Mon Sep 17 00:00:00 2001 From: nora <48135649+Noratrieb@users.noreply.github.com> Date: Sun, 18 Jan 2026 13:16:07 +0100 Subject: [PATCH] Fix typo in lesson 2 --- lesson-2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lesson-2.html b/lesson-2.html index d029f09..ab75743 100644 --- a/lesson-2.html +++ b/lesson-2.html @@ -181,7 +181,7 @@ void name(unsigned long long a, unsigned short b, char c, int d) {}

Good job! You have now learnt about the mangling of basic types. In - the next lesson, we will use there types as template arguments. + the next lesson, we will use these types as template arguments.