Skip to content

Commit

Permalink
Fix documentation mistake in Tencent#620
Browse files Browse the repository at this point in the history
  • Loading branch information
miloyip committed Apr 29, 2016
1 parent a636c79 commit c02d52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/dom.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()));
// ...
}
~~~~~~~~~~
Expand Down

0 comments on commit c02d52a

Please sign in to comment.