Skip to content

Commit bb5f966

Browse files
authored
Merge pull request Tencent#1591 from veekxt/patch-1
fix a typo of doc
2 parents 1a825d2 + 67b245e commit bb5f966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ contact.PushBack(val, document.GetAllocator());
447447
~~~~~~~~~~
448448

449449
## 修改 Object {#ModifyObject}
450-
Object 是键值对的集合。每个键必须为 String。要修改 Object,方法是增加或移除成员。以下的 API 用来增加城员
450+
Object 是键值对的集合。每个键必须为 String。要修改 Object,方法是增加或移除成员。以下的 API 用来增加成员
451451

452452
* `Value& AddMember(Value&, Value&, Allocator& allocator)`
453453
* `Value& AddMember(StringRefType, Value&, Allocator&)`

0 commit comments

Comments
 (0)