Skip to content

Commit

Permalink
Update tutorial.zh-cn.md
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
miloyip authored May 12, 2017
1 parent 56b7216 commit 0033268
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 @@ -343,7 +343,7 @@ Value o(kObjectType);
![转移语义不需复制。](diagram/move3.png)
在 C++11 中这称为转移赋值操作(move assignment operator)。由于 RapidJSON 支持 C++03,它在赋值操作采用转移语义,其它修改形函数如 `AddMember()`, `PushBack()` 也采用转移语义。
在 C++11 中这称为转移赋值操作(move assignment operator)。由于 RapidJSON 支持 C++03,它在赋值操作采用转移语义,其它修改型函数如 `AddMember()`, `PushBack()` 也采用转移语义。
### 转移语义及临时值 {#TemporaryValues}
Expand Down

0 comments on commit 0033268

Please sign in to comment.