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:
authorVeekXT <veekxt@gmail.com>2019-10-18 13:49:15 +0300
committerGitHub <noreply@github.com>2019-10-18 13:49:15 +0300
commit67b245e07d7e16c16369b9d7d7a1f3aeef96eb8f (patch)
treea5b76e1f76e7dba9526e0d8fa9f827d5aaf998b6 /doc
parent1a825d24fa322a5fe721624b2ed7a18b6de9b48a (diff)
doc: fix a typo
Diffstat (limited to 'doc')
-rw-r--r--doc/tutorial.zh-cn.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial.zh-cn.md b/doc/tutorial.zh-cn.md
index f7603a9c..8b24ff11 100644
--- a/doc/tutorial.zh-cn.md
+++ b/doc/tutorial.zh-cn.md
@@ -447,7 +447,7 @@ contact.PushBack(val, document.GetAllocator());
~~~~~~~~~~
## 修改 Object {#ModifyObject}
-Object 是键值对的集合。每个键必须为 String。要修改 Object,方法是增加或移除成员。以下的 API 用来增加城员:
+Object 是键值对的集合。每个键必须为 String。要修改 Object,方法是增加或移除成员。以下的 API 用来增加成员:
* `Value& AddMember(Value&, Value&, Allocator& allocator)`
* `Value& AddMember(StringRefType, Value&, Allocator&)`