Exercises: Fix firstname, lastname casing for consistency
This commit is contained in:
@@ -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;
|
||||
};
|
||||
```
|
||||
|
Reference in New Issue
Block a user