We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c02c9f commit a853814Copy full SHA for a853814
1 file changed
lesson-1.html
@@ -31,7 +31,7 @@ <h2>Lesson 1: Basics</h2>
31
Every C++ mangled symbol is prefixed with the string
32
<code>_Z</code>. This signifies that this is a mangled C++ symbol.
33
<code>_Z</code> starts with an underscore followed by an uppercase
34
- letter. All symbols of that structures are reserved by the C
+ letter. All symbols of that structure are reserved by the C
35
standard and cannot be used by programs. This ensures that there are
36
no name collisions with normal C functions and mangled C++
37
functions.
0 commit comments