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:
authorMilo Yip <miloyip@gmail.com>2016-10-06 08:32:16 +0300
committerGitHub <noreply@github.com>2016-10-06 08:32:16 +0300
commit8eaa122c272623ce7963dc7433ba108bc9a9809e (patch)
treef71d1c69975dce86221fa6707200994e7cb17f96 /doc
parent94b36dc97e53d8dfc35e0b1fc97072cb29b4c54d (diff)
Update dom.zh-cn.md
Diffstat (limited to 'doc')
-rw-r--r--doc/dom.zh-cn.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dom.zh-cn.md b/doc/dom.zh-cn.md
index d93f6036..b7094851 100644
--- a/doc/dom.zh-cn.md
+++ b/doc/dom.zh-cn.md
@@ -128,7 +128,7 @@ GenericDocument& GenericDocument::Parse(const Ch* str);
## 解析错误 {#ParseError}
-当解析过程顺利完成,`Document` 便会含有解析结果。当过程出现错误,原来的 DOM 会 * 维持不便 *。可使用 `bool HasParseError()`、`ParseErrorCode GetParseError()` 及 `size_t GetParseOffset()` 获取解析的错误状态。
+当解析过程顺利完成,`Document` 便会含有解析结果。当过程出现错误,原来的 DOM 会*维持不变*。可使用 `bool HasParseError()`、`ParseErrorCode GetParseError()` 及 `size_t GetParseOffset()` 获取解析的错误状态。
解析错误代号 | 描述
--------------------------------------------|---------------------------------------------------