[NFC] Correct the example in the comments of JSON.h to avoid mislead

user
This commit is contained in:
QingShan Zhang 2019-12-11 10:00:05 +00:00
parent 8c51987691
commit 874a0827bb

View File

@ -714,7 +714,7 @@ public:
/// J.attribute("timestamp", int64_t(E.Time));
/// J.attributeArray("participants", [&] {
/// for (const Participant &P : E.Participants)
/// J.string(P.toString());
/// J.value(P.toString());
/// });
/// });
/// });