Skip to content

Commit 20b3058

Browse files
committed
Change words
"最後" is ambiguous.
1 parent 6517f9e commit 20b3058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dropck.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ of the contents of any type that implements Drop.
7373
タプルや構造体といった組み込みの複合体のフィールドに、デストラクションの順番を
7474
定めることは*出来ました*。しかし、 Vec のようなものの場合どうでしょうか? Vec は
7575
純粋なライブラリのコードを通してその要素を手動でドロップする必要があります。
76-
一般に、 Drop を実装しているものは、最後にその内部をいじくる機会があります
76+
一般に、 Drop を実装しているものは、破棄される際にその内部をいじくる機会があります
7777
それゆえに、コンパイラは Drop を実装しているいかなる型の内容の、実際の
7878
デストラクションの順番を十分に推論できないのです。
7979

0 commit comments

Comments
 (0)