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
|
||||
struct Person {
|
||||
std::string firstName;
|
||||
std::string lastName;
|
||||
std::string firstname;
|
||||
std::string lastname;
|
||||
int age;
|
||||
};
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user