Skip to content

Commit

Permalink
Merge pull request EzoeRyou#145 from kimonohanger/patch-10
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
EzoeRyou authored Nov 14, 2019
2 parents b07ad25 + 2615c7d commit 347e878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 036-move.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ a = 456 ;

~~~cpp
int object { } ;
int * source = object ;
int * source = &object ;
// 中身は単なるコピー
int * destination = std::move(source) ;
~~~
Expand Down

0 comments on commit 347e878

Please sign in to comment.