Skip to content

Commit a853814

Browse files
authored
Fix typo in lesson 1
fixes #4
1 parent 4c02c9f commit a853814

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lesson-1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h2>Lesson 1: Basics</h2>
3131
Every C++ mangled symbol is prefixed with the string
3232
<code>_Z</code>. This signifies that this is a mangled C++ symbol.
3333
<code>_Z</code> starts with an underscore followed by an uppercase
34-
letter. All symbols of that structures are reserved by the C
34+
letter. All symbols of that structure are reserved by the C
3535
standard and cannot be used by programs. This ensures that there are
3636
no name collisions with normal C functions and mangled C++
3737
functions.

0 commit comments

Comments
 (0)