Skip to content

Commit a858d3a

Browse files
committed
コメント閉じ忘れ修正
1 parent 005ab57 commit a858d3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ch04-01-what-is-ownership.md

+1
Original file line numberDiff line numberDiff line change
@@ -961,6 +961,7 @@ The ownership of a variable follows the same pattern every time: assigning a
961961
value to another variable moves it. When a variable that includes data on the
962962
heap goes out of scope, the value will be cleaned up by `drop` unless ownership
963963
of the data has been moved to another variable.
964+
-->
964965

965966
変数の所有権は、毎回同じパターンを辿っています: 別の変数に値を代入すると、ムーブされます。
966967
ヒープにデータを含む変数がスコープを抜けると、データの所有権が別の変数にムーブされていない限り、

0 commit comments

Comments
 (0)