Skip to content

Commit

Permalink
Add missing subject
Browse files Browse the repository at this point in the history
  • Loading branch information
toku-sa-n committed Jul 14, 2020
1 parent 304073f commit 95849d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phantom-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ drop some T's when *we* drop, we must add an extra PhantomData saying exactly
that:
-->

ドロップチェックに、 T の値を*本当に*保持していて、それ故に *Vec*
ドロップチェックに、 Vec が型 T の値を*本当に*保持していて、それ故に *Vec*
ドロップする際、なにか T の値もドロップするかもしれないと伝えるために、
追加の PhantomData を加えなければなりません。

Expand Down

0 comments on commit 95849d1

Please sign in to comment.