Skip to content

Commit 8a583db

Browse files
committed
Add missing subject
1 parent 74b1ff8 commit 8a583db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/dropck.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@ live as long as it does actually were destroyed first.
161161
-->
162162

163163
Drop トレイトを実装することで、 Inspector が破棄される際に任意のコードを実行するようにできます。
164-
これは、 Inspector と同じだけ生きる型が、実際には先に破棄されると潜在的に認識できます。
164+
これは、 Inspector と同じだけ生きる型が、実際にはそれより先に破棄されると Inspector が
165+
潜在的に認識できることを意味します。
165166

166167
<!--
167168
Interestingly, only generic types need to worry about this. If they aren't

0 commit comments

Comments
 (0)