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.