Skip to content

Commit

Permalink
Merge pull request Tencent#1591 from veekxt/patch-1
Browse files Browse the repository at this point in the history
fix a typo of doc
  • Loading branch information
miloyip authored Oct 21, 2019
2 parents 1a825d2 + 67b245e commit bb5f966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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&)`
Expand Down

0 comments on commit bb5f966

Please sign in to comment.