mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-03-06 13:41:35 +01:00
Fix documentation mistake in #620
This commit is contained in:
parent
a636c79487
commit
c02d52ad56
@ -163,7 +163,7 @@ Document d;
|
||||
if (d.Parse(json).HasParseError()) {
|
||||
fprintf(stderr, "\nError(offset %u): %s\n",
|
||||
(unsigned)d.GetErrorOffset(),
|
||||
GetParseError_En(d.GetParseErrorCode()));
|
||||
GetParseError_En(d.GetParseError()));
|
||||
// ...
|
||||
}
|
||||
~~~~~~~~~~
|
||||
|
Loading…
x
Reference in New Issue
Block a user