mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-03-06 13:41:35 +01:00
Typo
This commit is contained in:
parent
3cfd675163
commit
8b1bd5b485
@ -19,7 +19,7 @@ protected:
|
||||
void Serialize(Writer& writer) const {
|
||||
// This base class just write out name-value pairs, without wrapping within an object.
|
||||
writer.String("name");
|
||||
writer.String(name_.c_str(), (SizeType)name_.length()); // Suppling length of string is faster.
|
||||
writer.String(name_.c_str(), (SizeType)name_.length()); // Supplying length of string is faster.
|
||||
|
||||
writer.String("age");
|
||||
writer.Uint(age_);
|
||||
|
Loading…
x
Reference in New Issue
Block a user