Skip to content

Commit

Permalink
Merge a441461 into b94c2a1
Browse files Browse the repository at this point in the history
  • Loading branch information
naivewong committed Feb 9, 2019
2 parents b94c2a1 + a441461 commit 9fce1bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/tutorial.md
Expand Up @@ -457,7 +457,7 @@ The Object class is a collection of key-value pairs (members). Each key must be
Here is an example.

~~~~~~~~~~cpp
Value contact(kObject);
Value contact(kObjectType);
contact.AddMember("name", "Milo", document.GetAllocator());
contact.AddMember("married", true, document.GetAllocator());
~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial.zh-cn.md
Expand Up @@ -456,7 +456,7 @@ Object 是键值对的集合。每个键必须为 String。要修改 Object,
以下是一个例子。

~~~~~~~~~~cpp
Value contact(kObject);
Value contact(kObjectType);
contact.AddMember("name", "Milo", document.GetAllocator());
contact.AddMember("married", true, document.GetAllocator());
~~~~~~~~~~
Expand Down

0 comments on commit 9fce1bb

Please sign in to comment.