mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-10-22 16:02:33 +02:00
Fixes comment mistakes
This commit is contained in:
@@ -22,7 +22,7 @@ int main() {
|
||||
Writer<StringBuffer> writer(buffer);
|
||||
d.Accept(writer);
|
||||
|
||||
// Output {"project":"rapidjson","stars":10}
|
||||
// Output {"project":"rapidjson","stars":11}
|
||||
std::cout << buffer.GetString() << std::endl;
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user