Skip to content

Commit da973de

Browse files
committed
Add missing "の"
1 parent ba3388d commit da973de

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
@@ -70,7 +70,7 @@ the compiler can't sufficiently reason about the actual destruction order
7070
of the contents of any type that implements Drop.
7171
-->
7272

73-
タプルや構造体といった組み込み複合体のフィールドに、デストラクションの順番を
73+
タプルや構造体といった組み込みの複合体のフィールドに、デストラクションの順番を
7474
定めることは*出来ました*。しかし、 Vec のようなものの場合どうでしょうか? Vec は
7575
純粋なライブラリのコードを通してその要素を手動でドロップする必要があります。
7676
一般に、 Drop を実装しているものは、最後にその内部をいじくる機会があります。

0 commit comments

Comments
 (0)