FIX: typo in c++ quote (id 32): extra \t after ; (#3439)

This commit is contained in:
Konstantin Runov 2022-08-26 12:17:55 +03:00 committed by GitHub
parent 4d52d3f933
commit fe97be352c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}
]