Fix typo cpp 104 index (#4520)

pull/4523/head^2
Nicky Lim 1 year ago committed by GitHub
parent 82c2aaacc3
commit 4b2b2ebe8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/data/roadmaps/cpp/content/104-data-types/index.md

@ -85,7 +85,7 @@ int& numRef = num;
User-defined data types are types that are defined by the programmer, such as structures, classes, and unions.
## Structures (struct)
Structures are used to store different data tyes under a single variable and accessibility of member variables and methods are public.
Structures are used to store different data types under a single variable and accessibility of member variables and methods are public.
Example:
```cpp

Loading…
Cancel
Save