We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59b6203 commit 41f1759Copy full SHA for 41f1759
src/dropck.md
@@ -283,7 +283,7 @@ of an inspector's destructor might access that borrowed data.
283
284
理由は、 `main` の借用チェックの際、 借用チェッカは上記 2 つの例の、それぞれの Inspector の Drop の実装の
285
内部については知らないからです。借用チェッカが `main` の分析をしている間、 inspector の
286
-デストラクタの本体が借用されたデータにアクセスするかもしれないと借用チェッカが認識しているからです。
+デストラクタの本体が、借用されたデータにアクセスするかもしれないと借用チェッカが認識しているからです。
287
288
<!--
289
Therefore, the drop checker forces all borrowed data in a value to
0 commit comments