Fix typo in lesson 2
Some checks failed
deploy / test (push) Has been cancelled

This commit is contained in:
nora 2026-01-18 13:16:07 +01:00 committed by GitHub
parent a853814581
commit aa9ed79163
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -181,7 +181,7 @@ void name(unsigned long long a, unsigned short b, char c, int d) {}
<section data-step="3" class="step"> <section data-step="3" class="step">
<p> <p>
Good job! You have now learnt about the mangling of basic types. In 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.
</p> </p>
<div class="center"> <div class="center">
<a href="lesson-3.html" class="action-button"> <a href="lesson-3.html" class="action-button">