mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-25 23:35:02 +08:00
FIX: typo in c++ quote (id 32): extra \t after ; (#3439)
This commit is contained in:
parent
4d52d3f933
commit
fe97be352c
1 changed files with 2 additions and 2 deletions
|
@ -194,9 +194,9 @@
|
|||
"id": 31
|
||||
},
|
||||
{
|
||||
"text": "void Person::set_p(int id, char n[]) {\\n\\tthis->id = id;\\n\\tstrcpy(this->name, n);\\t \\n}",
|
||||
"text": "void Person::set_p(int id, char n[]) {\\n\\tthis->id = id;\\n\\tstrcpy(this->name, n);\\n}",
|
||||
"source": "geeksforgeeks - Inheritance in C++",
|
||||
"length": 90,
|
||||
"length": 85,
|
||||
"id": 32
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue