Exercises: Fix firstname, lastname casing for consistency
This commit is contained in:
parent
46581aee7a
commit
b6222cc607
@ -110,8 +110,8 @@ You are given the following definition of a person:
|
|||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
struct Person {
|
struct Person {
|
||||||
std::string firstName;
|
std::string firstname;
|
||||||
std::string lastName;
|
std::string lastname;
|
||||||
int age;
|
int age;
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user