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
diff options
context:
space:
mode:
authormiloyip <miloyip@gmail.com>2019-10-21 16:34:10 +0300
committermiloyip <miloyip@gmail.com>2019-10-21 16:34:10 +0300
commit32cc3d1ac988631750ade3562dec320c7874fb8a (patch)
treeb12bb951860a32cc591002581e065fd21a2d6e6b
parent45c86f15f00cc1245e35b678b6600a092de14b79 (diff)
Automatic doxygen build
-rw-r--r--zh-cn/md_doc_tutorial_8zh-cn.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/md_doc_tutorial_8zh-cn.html b/zh-cn/md_doc_tutorial_8zh-cn.html
index 895962a7..1d78b9ad 100644
--- a/zh-cn/md_doc_tutorial_8zh-cn.html
+++ b/zh-cn/md_doc_tutorial_8zh-cn.html
@@ -420,7 +420,7 @@ Value 及 Document</h1>
<div class="line">contact.PushBack(val, document.GetAllocator());</div>
</div><!-- fragment --><h2><a class="anchor" id="ModifyObject"></a>
修改 Object</h2>
-<p>Object 是键值对的集合。每个键必须为 String。要修改 Object,方法是增加或移除成员。以下的 API 用来增加城员:</p>
+<p>Object 是键值对的集合。每个键必须为 String。要修改 Object,方法是增加或移除成员。以下的 API 用来增加成员:</p>
<ul>
<li><code>Value&amp; AddMember(Value&amp;, Value&amp;, Allocator&amp; allocator)</code></li>
<li><code>Value&amp; AddMember(StringRefType, Value&amp;, Allocator&amp;)</code></li>