Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHaffon <31226194+Haffon@users.noreply.github.com>2017-12-28 11:31:26 +0300
committerGitHub <noreply@github.com>2017-12-28 11:31:26 +0300
commit53eadd218d705bd2dd5354eae46dd20e01dcd4e9 (patch)
treed078e32f7ab3dc3a765f293e953f230f1ef4ee11 /doc
parent802ece6d7c29611e26a31e8d22f9f28a887fa301 (diff)
GetParseOffset to GetErrorOffset
Diffstat (limited to 'doc')
-rw-r--r--doc/dom.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dom.md b/doc/dom.md
index 25ffbd25..0079b64b 100644
--- a/doc/dom.md
+++ b/doc/dom.md
@@ -128,7 +128,7 @@ And the `InputStream` is type of input stream.
## Parse Error {#ParseError}
-When the parse processing succeeded, the `Document` contains the parse results. When there is an error, the original DOM is *unchanged*. And the error state of parsing can be obtained by `bool HasParseError()`, `ParseErrorCode GetParseError()` and `size_t GetParseOffset()`.
+When the parse processing succeeded, the `Document` contains the parse results. When there is an error, the original DOM is *unchanged*. And the error state of parsing can be obtained by `bool HasParseError()`, `ParseErrorCode GetParseError()` and `size_t GetErrorOffset()`.
Parse Error Code | Description
--------------------------------------------|---------------------------------------------------